fix RVM bug

pull/643/head
Rahsheen Porter 3 years ago
parent abaa61669f
commit 3cf45f0695

@ -30,7 +30,7 @@ else
source ~/.fzf.zsh source ~/.fzf.zsh
fi fi
if type rvm &> /dev/null; then if [ ! type rvm &> /dev/null ]; then
cat<<EOF cat<<EOF
RVM Not installed. You should probably do this: RVM Not installed. You should probably do this:

Loading…
Cancel
Save