diff --git a/plugins/pyenv/README.md b/plugins/pyenv/README.md index b340ae7b9..2476bbd95 100644 --- a/plugins/pyenv/README.md +++ b/plugins/pyenv/README.md @@ -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.