Do this in ~/.zshrc
:
plugins=(virtualenv)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv)
Caveats:
1 — add that plugin in addition to other plugins you have.
2 — I’m using the POWERLEVEL9K theme. Maybe you theme
Do this in ~/.zshrc
:
plugins=(virtualenv)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv)
Caveats:
1 — add that plugin in addition to other plugins you have.
2 — I’m using the POWERLEVEL9K theme. Maybe you theme