Add linux path for go binaries
This commit is contained in:
parent
3345246e8d
commit
abeb864a3c
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -156,7 +156,7 @@ chpwd_functions=( auto-ls $chpwd_functions )
|
|||
# Go Lang stuff
|
||||
test "$platform" = 'linux' && export GOPATH=$HOME/go
|
||||
test "$platform" = 'osx' && export GOPATH=$HOME/Development/go
|
||||
export PATH="$PATH:/usr/local/opt/go/libexec/bin:$GOPATH/bin"
|
||||
export PATH="$PATH:/usr/local/go/bin:/usr/local/opt/go/libexec/bin:$GOPATH/bin"
|
||||
|
||||
# GnuPG stuff
|
||||
GPG_TTY=`tty`
|
||||
|
|
Loading…
Add table
Reference in a new issue