diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-09-03 12:56:00 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-09-03 12:57:13 +0200 |
commit | 1b03896a0e01ad263439449a0742d0f3339732e2 (patch) | |
tree | 5adb112d1dcd80052f8c1b1c92b683df4d97b7e5 /plugins/pyenv/README.md | |
parent | 823be4ef5ff6753a9c5918218801709b98e5312f (diff) | |
download | zsh-1b03896a0e01ad263439449a0742d0f3339732e2.tar.gz zsh-1b03896a0e01ad263439449a0742d0f3339732e2.tar.bz2 zsh-1b03896a0e01ad263439449a0742d0f3339732e2.zip |
feat(pyenv): don't load pyenv-virtualenv with `ZSH_PYENV_VIRTUALENV=false`
Closes #9443
Co-authored-by: Pandu POLUAN <pepoluan@gmail.com>
Diffstat (limited to 'plugins/pyenv/README.md')
-rw-r--r-- | plugins/pyenv/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pyenv/README.md b/plugins/pyenv/README.md index 810c67998..b9ee937b7 100644 --- a/plugins/pyenv/README.md +++ b/plugins/pyenv/README.md @@ -15,6 +15,9 @@ plugins=(... pyenv) - `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_VIRTUALENV`: if set to `false`, the plugin will not load pyenv-virtualenv + when it finds it. + ## Functions - `pyenv_prompt_info`: displays the Python version in use by pyenv; or the global Python |