Impove start up time based on

0ed1adeaad
This commit is contained in:
YounShin Kang 2017-02-16 15:36:42 +09:00
commit c2eab39779

View file

@ -14,7 +14,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
FOUND_PYENV=1
export PYENV_ROOT=$pyenvdir
export PATH=${pyenvdir}/bin:$PATH
eval "$(pyenv init - zsh)"
eval "$(pyenv init --no-rehash - zsh)"
if pyenv commands | command grep -q virtualenv-init; then
eval "$(pyenv virtualenv-init - zsh)"