mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
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:
committed by
Koichi Murase
parent
58ca182422
commit
acc2cc81b4
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user