mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Merge pull request #387 from AhmadMWaddah/master
themes/axin: Show Virtual Env
This commit is contained in:
@@ -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