fix pyenv plugins PATH env

pull/532/head
Haoming Zhu 2015-07-26 12:49:37 +08:00
parent 56a3287319
commit 6bf011a1f4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cite about-plugin
about-plugin 'load pyenv, if you are using it'
export PYENV_ROOT="$HOME/.pyenv"
pathmunge $PYENV_ROOT
pathmunge "$PYENV_ROOT/bin"
[[ `which pyenv` ]] && eval "$(pyenv init -)"