mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 15:53:22 +01:00
Merge pull request #7541 from jessefarinacci/master
add brew install path to search
This commit is contained in:
commit
f7fa3df160
@ -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 New Issue
Block a user