append .rvm/bin to PATH
This commit is contained in:
parent
439ef71d68
commit
39c45033de
@ -17,3 +17,6 @@ for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
|
||||
|
||||
export GOPATH=$HOME/go
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user