Switch to rbenv
This commit is contained in:
parent
21895d2da8
commit
9305b7cadf
7
.zshrc
7
.zshrc
@ -32,10 +32,9 @@ if [[ -d "$HOME/.cargo" ]]; then
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
fi
|
||||
|
||||
if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
|
||||
source "$HOME/.rvm/scripts/rvm"
|
||||
elif [[ -s "/usr/local/rvm/scripts/rvm" ]]; then
|
||||
source "/usr/local/rvm/scripts/rvm"
|
||||
which rbenv &> /dev/null
|
||||
if (( !$? )); then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
which nvim &> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user