branched changes for homepc
This commit is contained in:
2
.oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh
Executable file → Normal file
2
.oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
# Activates autoenv or reports its failure
|
||||
() {
|
||||
if ! type autoenv_init >/dev/null; then
|
||||
for d (~/.autoenv /usr/local/opt/autoenv /usr/local/bin); do
|
||||
for d (~/.autoenv ~/.local/bin /usr/local/opt/autoenv /usr/local/bin); do
|
||||
if [[ -e $d/activate.sh ]]; then
|
||||
autoenv_dir=$d
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user