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.
This commit is contained in:
Ahmd Mhmd Wddh
2023-01-17 09:54:57 +02:00
committed by Koichi Murase
parent 58ca182422
commit acc2cc81b4

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}