From acc2cc81b47a22d4b1039c083f3cbf070b341cb7 Mon Sep 17 00:00:00 2001 From: Ahmd Mhmd Wddh Date: Tue, 17 Jan 2023 09:54:57 +0200 Subject: [PATCH] themes/axin: Apply a style to the Python virtual environments in prompt - themes/axin: Add Python Virtual Environment Name before terminal Prompt for developers when Virtual Environment is activated. - themes/axin: Rebase on top of the master, where Python virtual environments are already added in the promopt. This PR effectively just changes the style, which I tentatively copied from plugins/sexy. --- themes/axin/axin.theme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/axin/axin.theme.sh b/themes/axin/axin.theme.sh index 959f64bf3..5e6816ced 100644 --- a/themes/axin/axin.theme.sh +++ b/themes/axin/axin.theme.sh @@ -21,8 +21,8 @@ if ((_omb_term_colors >= 256)); then PURPLE=$_omb_prompt_bold'\['$(tput setaf 141)'\]' fi -OMB_PROMPT_VIRTUALENV_FORMAT=$WHITE'<%s> ' -OMB_PROMPT_CONDAENV_FORMAT=$WHITE'<%s> ' +OMB_PROMPT_VIRTUALENV_FORMAT='( %s ) ' +OMB_PROMPT_CONDAENV_FORMAT='( %s ) ' OMB_PROMPT_CONDAENV_USE_BASENAME=true OMB_PROMPT_SHOW_PYTHON_VENV=${OMB_PROMPT_SHOW_PYTHON_VENV:=false}