Faster detection of homebrew installed rbenv

This commit is contained in:
Inge Jørgensen 2015-05-26 15:41:05 +02:00
commit 264b2c73c5

View file

@ -3,7 +3,7 @@ _homebrew-installed() {
}
_rbenv-from-homebrew-installed() {
brew ls rbenv &> /dev/null
[ -e "$(brew --prefix)/opt/rbenv" ]
}
FOUND_RBENV=0