Add rvm init
This commit is contained in:
parent
9ddc1db4e5
commit
88cf99f4a6
6
.zshrc
6
.zshrc
@ -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="$?"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user