Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
375978fb
Commit
375978fb
authored
May 26, 2020
by
Marc Cornellà
Browse files
jenv: fix Homebrew install path bug introduced in #7541
parent
f7dd3d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/jenv/jenv.plugin.zsh
View file @
375978fb
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
FOUND_JENV
=
0
for
jenvdir
in
$jenvdirs
;
do
for
jenvdir
in
$jenvdirs
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment