mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes/sirup: Support OMB_PROMPT_SHOW_PYTHON_VENV
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user