aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-18 08:00:11 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-18 08:06:41 +0300
commitf96c1eb5e591bc10fd2e4e5f0bcd016ab0aba809 (patch)
tree40e5ae5f8f318185f6614b07a1ffcee36f08bfaf /config/p10k-lean.zsh
parent00d2cc7237d315f29a9be6f4cb2f5864242c548f (diff)
add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false to config templates
See #730.
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r--config/p10k-lean.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index 0ef3e545..69c1464d 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -823,6 +823,8 @@
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37
# Don't show Python version next to the virtual environment name.
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
+ # Don't show virtualenv if pyenv is already shown.
+ typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
# Separate environment name from Python version only with a space.
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
# Custom icon.