mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(pyenv): add option to hide system Python version
Added ZSH_PYENV_NO_SYSTEM option to hide the system or default Python version in the prompt.
This commit is contained in:
parent
0cfe7f081f
commit
d9f9043f30
2 changed files with 9 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue