Make rbenv conditional
This commit is contained in:
parent
22b60b7ed9
commit
98cfce9c40
1 changed files with 3 additions and 1 deletions
4
.zshenv
4
.zshenv
|
|
@ -437,7 +437,9 @@ ex () {
|
|||
fi
|
||||
}
|
||||
|
||||
eval "$(rbenv init -)"
|
||||
if whence rbenv > /dev/null ; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
[ -f ~/.zsh-fuzzy-match/fuzzy-match.zsh ] && source ~/.zsh-fuzzy-match/fuzzy-match.zsh
|
||||
## Profiling options
|
||||
#unsetopt xtrace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue