Switch to rbenv

This commit is contained in:
Kevin Cotugno 2019-11-14 22:18:23 -07:00
parent 21895d2da8
commit 9305b7cadf

7
.zshrc
View File

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