Update plugins/pyenv/README.md

This commit is contained in:
Carlo Sala 2024-11-19 20:30:46 +01:00 committed by GitHub
commit 30c62ffee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,12 +23,11 @@ eval "$(pyenv init --path)"
- `ZSH_PYENV_QUIET`: if set to `true`, the plugin will not print any messages if it
finds that `pyenv` is not properly configured.
- `ZSH_PYENV_NO_SYSTEM`: if set to `true`, the plugin will not show the system or
default Python version when it finds it.
- `ZSH_PYENV_VIRTUALENV`: if set to `false`, the plugin will not load pyenv-virtualenv
when it finds it.
- `ZSH_THEME_PYENV_NO_SYSTEM`: if set to `true`, the plugin will not show the system or
default Python version when it finds it.
- `ZSH_THEME_PYENV_PREFIX`: the prefix to display before the Python version in
the prompt.