Update envs and PATH for ruby and ZSH

This commit is contained in:
2016-12-01 11:58:07 +00:00
parent 394caaaa9c
commit 91bfbdfa7d
2 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ if [ -d "$HOME/.rbenv/bin" ]; then
eval "$(rbenv init -)"
# fi
elif [ -s "$HOME/.rvm/scripts/rvm" ]; then
path_append "$HOME/.rvm/bin"
source "$HOME/.rvm/scripts/rvm"
fi