1
0
Fork 0

Fixes rvm error about autodotfiles by adding "$HOME/.rvm/bin" to path

pull/509/head
Lance Speelmon 11 years ago
parent 2ebdbdcff5
commit d869c60b0f

@ -13,6 +13,7 @@ if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
# Source RVM.
source "$HOME/.rvm/scripts/rvm"
path=($path "$HOME/.rvm/bin")
# Load manually installed rbenv into the shell session.
elif [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then

Loading…
Cancel
Save