From b991b94cab5cec39190f3ab225fe8ab2bfd7ea70 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sun, 12 Feb 2023 15:35:05 +0900 Subject: [PATCH] themes/sirup: Support OMB_PROMPT_SHOW_PYTHON_VENV --- themes/sirup/sirup.theme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/sirup/sirup.theme.sh b/themes/sirup/sirup.theme.sh index a43ae1c..5fef1a8 100644 --- a/themes/sirup/sirup.theme.sh +++ b/themes/sirup/sirup.theme.sh @@ -3,6 +3,7 @@ GIT_PS1_SHOWDIRTYSTATE="enabled" OMB_PROMPT_VIRTUALENV_FORMAT='[%s] ' OMB_PROMPT_CONDAENV_FORMAT='[%s] ' +OMB_PROMPT_SHOW_PYTHON_VENV=${OMB_PROMPT_SHOW_PYTHON_VENV:=false} function _omb_theme_sirup_rubygem { local gemset=$(command awk -F'@' '{print $2}' <<< "$GEM_HOME")