fix RVM bug
This commit is contained in:
parent
abaa61669f
commit
3cf45f0695
1 changed files with 5 additions and 5 deletions
2
.zshrc
2
.zshrc
|
@ -30,7 +30,7 @@ else
|
|||
source ~/.fzf.zsh
|
||||
fi
|
||||
|
||||
if type rvm &> /dev/null; then
|
||||
if [ ! type rvm &> /dev/null ]; then
|
||||
cat<<EOF
|
||||
RVM Not installed. You should probably do this:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue