diff --git a/bin/go-outline b/bin/go-outline new file mode 100755 index 0000000..ae348f8 Binary files /dev/null and b/bin/go-outline differ diff --git a/bin/gopls b/bin/gopls new file mode 100755 index 0000000..f89cb4a Binary files /dev/null and b/bin/gopls differ diff --git a/zprofile b/zprofile index 1a62d3f..c61570c 100644 --- a/zprofile +++ b/zprofile @@ -3,9 +3,18 @@ zstyle ':completion:*:*:git:*' script ~/.zsh/git-completion.bash fpath=(~/.zsh $fpath) export PATH=~/.brew/bin:/Users/victor/.brew/bin:/Users/victor/.brew/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin -export PATH="/Users/victor/.brew/opt/go@1.19/bin:$PATH" +export PATH="/opt/homebrew/opt/go@1.19/bin:$PATH" export PATH="$PATH:/Users/victor/.foundry/bin" autoload -Uz compinit && compinit + +eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(oh-my-posh init zsh)" +export GOPATH="/Users/victor" + +if [ -d "/Applications/Visual Studio Code.app" ]; then + export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" +fi + + diff --git a/zshenv b/zshenv index 80e5db2..39346f6 100644 --- a/zshenv +++ b/zshenv @@ -1,2 +1,3 @@ . "$HOME/.cargo/env" +export PATH="/opt/homebrew/opt/go@1.19/bin:$PATH"