mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 2993a79360 into 676038bdfa
This commit is contained in:
commit
7d79968381
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ for pyenvdir in "${pyenvdirs[@]}" ; do
|
|||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
fi
|
||||
|
||||
if [[ -d $pyenvdir/plugins/pyenv-virtualenv ]] ; then
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
fi
|
||||
|
||||
function pyenv_prompt_info() {
|
||||
echo "$(pyenv version-name)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue