mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 00:03:24 +01:00
Merge pull request #4481 from apjanke/autoenv-emerg-fix
autoenv: actually source autoenv once located
This commit is contained in:
commit
101758f63d
@ -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 New Issue
Block a user