From 30c62ffee24691d75e6c614497edda2b5e282b17 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Tue, 19 Nov 2024 20:30:46 +0100 Subject: [PATCH] Update plugins/pyenv/README.md --- plugins/pyenv/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.