fixed a path to the go binaries
This commit is contained in:
parent
8c302e5ffc
commit
15448df465
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -49,7 +49,7 @@ fi
|
|||
export GOPATH=~/go
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
export PATH=$HOME/tools:$PATH
|
||||
export PATH=$HOME/$GOPATH/bin:$PATH
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=/usr/local/heroku/bin:$PATH
|
||||
export PATH=$HOME/tools/subuser/logic:$HOME/.subuser/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue