Skip to content

Commit

Permalink
fix(zshrc): goenv adds its shim path at the end, for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 28, 2023
1 parent 2b57e82 commit 7eccb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ _paths=(
"$HOME/go/bin"
"$HOME/.pyenv/bin"
"$HOME/.nodenv/bin"
"$HOME/.goenv/shims"
"$HOME/.goenv/bin"
"$HOME/.local/bin"
"$HOME/.bin"
Expand Down

0 comments on commit 7eccb37

Please sign in to comment.