fix: rm preconceived definition of GOROOT

This commit is contained in:
hophacker 2022-05-11 01:37:49 +08:00 committed by hophacker
parent 612f6307a7
commit e877dc7414

View File

@ -17,7 +17,6 @@ for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
export HELM_HOME="$HOME/.helm" export HELM_HOME="$HOME/.helm"
export GOPATH=$HOME/go export GOPATH=$HOME/go
export GOROOT=/usr/local/go
pathAppend "$GOPATH/bin:$HOME/.local/bin:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin" pathAppend "$GOPATH/bin:$HOME/.local/bin:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin"
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"