powerlevel9k
powerlevel9k copied to clipboard
pyenv doesn't respect POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false
trafficstars
This is on master.
To reproduce:
- Install pyenv.
- Use
masterbranch of Powerlevel9k withpyenvas one of the prompt segments. - Set
POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false(this is also the default). - Type these commands:
pyenv global system
pyenv shell system
Expected behavior: pyenv segment not shown because current pyenv version is equal to the global pyenv version (both are system).
Actual behavior: pyenv segment shows system.
Thanks for reporting it. Found another bug trying to reproduce it. Should be fixed with #1283