0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Enable pyenv rehash

This commit is contained in:
Arvind Chembarpu 2015-10-15 08:44:15 +05:30
parent 8a95cedc3b
commit 8a362b2b1f

View file

@ -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() {