Change slight redundancy with rvm

This commit is contained in:
Spotlight 2020-11-16 17:48:46 -06:00
parent 20bceb1f9e
commit cbba7ae456
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

4
zshrc
View file

@ -1,4 +1,4 @@
function load_plugin() {
load_plugin() {
source ~/.zsh/$1/$1.plugin.zsh
}
@ -118,7 +118,7 @@ fi
# RVM must be last.
if [ -d $HOME/.rvm ]; then
PATH=${PATH}:$HOME/.rvm/bin
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" ]]
source "$HOME/.rvm/scripts/rvm"
fi
autoload -Uz compinit