Skip to content

Commit

Permalink
Update zprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jun 2, 2023
1 parent 439d351 commit d3c0162
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Binary file added bin/go-outline
Binary file not shown.
Binary file added bin/gopls
Binary file not shown.
11 changes: 10 additions & 1 deletion zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/bin:$PATH"
export PATH="/opt/homebrew/opt/[email protected]/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


1 change: 1 addition & 0 deletions zshenv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
. "$HOME/.cargo/env"
export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"

0 comments on commit d3c0162

Please sign in to comment.