Add rvm init

This commit is contained in:
Kevin Cotugno 2019-09-11 07:00:14 -07:00
parent 9ddc1db4e5
commit 88cf99f4a6

6
.zshrc
View File

@ -31,6 +31,12 @@ 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"
fi
which nvim &> /dev/null
neovim="$?"