Fixed golang shell setup

This commit is contained in:
2016-12-06 16:14:58 +00:00
parent 4544be18ec
commit 19bac69e12

View File

@@ -5,7 +5,7 @@
export MYGOPATH="$HOME/Projects/Go"
# load gvm
[[ -s "/Users/jimeh/.gvm/scripts/gvm" ]] && source "/Users/jimeh/.gvm/scripts/gvm"
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
# setup GOPATH after loading gvm
export GOPATH="$GOPATH:$MYGOPATH"