mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #7541 from jessefarinacci/master
add brew install path to search
This commit is contained in:
commit
f7fa3df160
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
jenvdirs=("$HOME/.jenv" "/usr/local/jenv" "/opt/jenv")
|
||||
jenvdirs=("$HOME/.jenv" "/usr/local" "/usr/local/jenv" "/opt/jenv")
|
||||
|
||||
FOUND_JENV=0
|
||||
for jenvdir in $jenvdirs; do
|
||||
|
|
Loading…
Reference in a new issue