Merge pull request #387 from AhmadMWaddah/master

themes/axin: Show Virtual Env
This commit is contained in:
Koichi Murase
2023-02-19 17:32:23 -08:00
committed by GitHub

View File

@@ -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}