mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes/rjorgenson: Accept empty "OMB_THEME_{BRACKET,STRING}_COLOR" by users
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
# set colors for use throughout the prompt
|
||||
# i like things consistent
|
||||
OMB_THEME_BRACKET_COLOR="${OMB_THEME_BRACKET_COLOR:-${blue}}"
|
||||
OMB_THEME_STRING_COLOR="${OMB_THEME_STRING_COLOR:-${green}}"
|
||||
OMB_THEME_BRACKET_COLOR="${OMB_THEME_BRACKET_COLOR-${blue}}"
|
||||
OMB_THEME_STRING_COLOR="${OMB_THEME_STRING_COLOR-${green}}"
|
||||
|
||||
SCM_THEME_PROMPT_PREFIX=""
|
||||
SCM_THEME_PROMPT_SUFFIX=""
|
||||
|
||||
Reference in New Issue
Block a user