From f230e4121655f2ee13996488064bf7315a34235a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 6 Sep 2024 14:00:22 -0400 Subject: [PATCH] Tweak virtualenv/python bits in p10k --- p10k.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/p10k.zsh b/p10k.zsh index aabe033..59a512c 100644 --- a/p10k.zsh +++ b/p10k.zsh @@ -946,11 +946,10 @@ # Python virtual environment color. typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=0 typeset -g POWERLEVEL9K_VIRTUALENV_BACKGROUND=4 - # Don't show Python version next to the virtual environment name. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=true # If set to "false", won't show virtualenv if pyenv is already shown. # If set to "if-different", won't show virtualenv if it's the same as pyenv. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=true # Separate environment name from Python version only with a space. typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= # Custom icon.