diff options
| author | Arvind Chembarpu <achembarpu@gmail.com> | 2015-10-15 08:44:15 +0530 | 
|---|---|---|
| committer | Arvind Chembarpu <achembarpu@gmail.com> | 2015-10-15 08:44:15 +0530 | 
| commit | 8a362b2b1f00448af6dd2ef1a6b0d5ea2d9b025e (patch) | |
| tree | 06b85f3f8b9749acc16550979c8f15969e846d3f /plugins/pyenv | |
| parent | 8a95cedc3b200762f44d1c4e9475240f0d61c8a1 (diff) | |
| download | zsh-8a362b2b1f00448af6dd2ef1a6b0d5ea2d9b025e.tar.gz zsh-8a362b2b1f00448af6dd2ef1a6b0d5ea2d9b025e.tar.bz2 zsh-8a362b2b1f00448af6dd2ef1a6b0d5ea2d9b025e.zip | |
Enable pyenv rehash
Diffstat (limited to 'plugins/pyenv')
| -rw-r--r-- | plugins/pyenv/pyenv.plugin.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/pyenv/pyenv.plugin.zsh b/plugins/pyenv/pyenv.plugin.zsh index 706aad3cf..b06507b62 100644 --- a/plugins/pyenv/pyenv.plugin.zsh +++ b/plugins/pyenv/pyenv.plugin.zsh @@ -17,7 +17,7 @@ for pyenvdir in "${pyenvdirs[@]}" ; do          FOUND_PYENV=1          export PYENV_ROOT=$pyenvdir          export PATH=${pyenvdir}/bin:$PATH -        eval "$(pyenv init --no-rehash - zsh)" +        eval "$(pyenv init - zsh)"          eval "$(pyenv virtualenv-init - zsh)"          function pyenv_prompt_info() { | 
