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
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
|
which rbenv &> /dev/null
|
||||||
source "$HOME/.rvm/scripts/rvm"
|
if (( !$? )); then
|
||||||
elif [[ -s "/usr/local/rvm/scripts/rvm" ]]; then
|
eval "$(rbenv init -)"
|
||||||
source "/usr/local/rvm/scripts/rvm"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
which nvim &> /dev/null
|
which nvim &> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user