fix gocode bin not found issue, set PATH with pathAppend

This commit is contained in:
hophacker 2021-06-21 13:19:06 +08:00
parent 28a39b4a85
commit c36707f620

View File

@ -15,9 +15,7 @@ for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export GOPATH=$HOME/go
export PATH="$HOME/.local/bin:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export HELM_HOME="$HOME/.helm"
export PATH="$PATH:$HOME/.rvm/bin"
export GOPATH=$HOME/go
export GOROOT=/usr/local/go
pathAppend "$GOPATH/bin:$HOME/.rvm/bin:$HOME/.local/bin:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin"