Browse Source

Merge pull request #7541 from jessefarinacci/master

add brew install path to search
Robby Russell 6 years ago
parent
commit
f7fa3df160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/jenv/jenv.plugin.zsh

+ 1 - 1
plugins/jenv/jenv.plugin.zsh

@@ -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
 FOUND_JENV=0
 for jenvdir in $jenvdirs; do
 for jenvdir in $jenvdirs; do