powerlevel9k icon indicating copy to clipboard operation
powerlevel9k copied to clipboard

pyenv doesn't respect POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false

Open romkatv opened this issue 6 years ago • 1 comments
trafficstars

This is on master.

To reproduce:

  1. Install pyenv.
  2. Use master branch of Powerlevel9k with pyenv as one of the prompt segments.
  3. Set POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false (this is also the default).
  4. 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.

romkatv avatar May 22 '19 09:05 romkatv

Thanks for reporting it. Found another bug trying to reproduce it. Should be fixed with #1283

Syphdias avatar May 22 '19 22:05 Syphdias