Update
This commit is contained in:
@ -4,10 +4,6 @@ if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
export GOPATH=$HOME/go
|
||||
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
|
||||
# Herd injected NVM configuration
|
||||
export NVM_DIR="/Users/corey/Library/Application Support/Herd/config/nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
Reference in New Issue
Block a user