1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-06 20:57:47 +08:00

Update plugins/pyenv/README.md

This commit is contained in:
Carlo Sala 2024-11-19 20:30:46 +01:00 committed by GitHub
parent d9f9043f30
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.