Unverified Commit 12c51682 authored by Jesse Farinacci's avatar Jesse Farinacci Committed by GitHub
Browse files

add brew install path to search

recent `brew install jenv` installs to `/usr/local/bin/jenv`, auto-discover it for recent brew installs to avoid secondary, slower search
parent c4948696
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment