fix RVM bug
This commit is contained in:
parent
abaa61669f
commit
3cf45f0695
10
.zshrc
10
.zshrc
|
@ -8,10 +8,10 @@ EOF
|
||||||
else
|
else
|
||||||
source "$HOME/antigen/antigen.zsh"
|
source "$HOME/antigen/antigen.zsh"
|
||||||
|
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
antigen bundle arialdomartini/oh-my-git
|
antigen bundle arialdomartini/oh-my-git
|
||||||
antigen theme arialdomartini/oh-my-git-themes oppa-lana-style
|
antigen theme arialdomartini/oh-my-git-themes oppa-lana-style
|
||||||
antigen apply
|
antigen apply
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
||||||
|
@ -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…
Reference in New Issue