mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
Fixed golang shell setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user