Browse Source

jenv: fix Homebrew install path bug introduced in #7541

Marc Cornellà 4 years ago
parent
commit
375978fb5b
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" "/usr/local/jenv" "/opt/jenv")
+jenvdirs=("$HOME/.jenv" "/usr/local/bin/jenv" "/usr/local/jenv" "/opt/jenv")
 
 FOUND_JENV=0
 for jenvdir in $jenvdirs; do