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