Merge pull request #532 from haomingz/plugins-fix

fix pyenv plugins PATH env
pull/533/head
Nils Winkler 2015-07-27 09:08:29 +02:00
commit 77d82a43d7
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' about-plugin 'load pyenv, if you are using it'
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
pathmunge $PYENV_ROOT pathmunge "$PYENV_ROOT/bin"
[[ `which pyenv` ]] && eval "$(pyenv init -)" [[ `which pyenv` ]] && eval "$(pyenv init -)"