Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pad92 committed Nov 15, 2018
1 parent 8589a01 commit dc0cf80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zsh/init/go.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if [ -d "$HOME/.go/bin" ]; then
export PATH="$HOME/.go/bin:$PATH"
if [ -d "$HOME/.go" ]; then
export GOPATH=$HOME/.go
if [ -d "$HOME/.go/bin" ]; then
export PATH="$HOME/.go/bin:$PATH"
fi
fi

0 comments on commit dc0cf80

Please sign in to comment.