From 51b14789378fe20fa87a65c51f457d5c801c5edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 23 Jun 2026 06:11:23 +0200 Subject: [PATCH] fix(p10k): show python venv --- .p10k.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.p10k.zsh b/.p10k.zsh index 4a5b640..bc780d2 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -60,7 +60,7 @@ # Right prompt segments. typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # command_execution_time # previous command duration - # virtualenv # python virtual environment + virtualenv # python virtual environment # context # user@host time # current time ) @@ -90,9 +90,9 @@ typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=false # Grey Python Virtual Environment. - typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey - # Don't show Python version. - typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false + typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$blue + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=true + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=true typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= # Blue current directory.