Fixes rvm error about autodotfiles by adding "$HOME/.rvm/bin" to path
This commit is contained in:
parent
2ebdbdcff5
commit
d869c60b0f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue