mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Faster detection of homebrew installed rbenv
This commit is contained in:
parent
1b192a8068
commit
264b2c73c5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ _homebrew-installed() {
|
|||
}
|
||||
|
||||
_rbenv-from-homebrew-installed() {
|
||||
brew ls rbenv &> /dev/null
|
||||
[ -e "$(brew --prefix)/opt/rbenv" ]
|
||||
}
|
||||
|
||||
FOUND_RBENV=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue