append .rvm/bin to PATH

This commit is contained in:
hophacker 2020-02-13 17:52:35 +00:00
parent 439ef71d68
commit 39c45033de

View File

@ -17,3 +17,6 @@ for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"