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

This commit is contained in:
Lance Speelmon 2013-12-03 16:03:32 -07:00
parent 2ebdbdcff5
commit d869c60b0f

View file

@ -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