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