mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 20:00:07 +00:00
Merge pull request #4481 from apjanke/autoenv-emerg-fix
autoenv: actually source autoenv once located
This commit is contained in:
commit
101758f63d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
|
|||
END
|
||||
return 1
|
||||
fi
|
||||
source $autoenv_dir/activate.sh
|
||||
fi
|
||||
}
|
||||
[[ $? != 0 ]] && return $?
|
||||
|
|
Loading…
Reference in a new issue