mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/omb-prompt-colors: Rename basic colors
This commit is contained in:
@@ -13,7 +13,7 @@ case $TERM in
|
||||
esac
|
||||
|
||||
function _omb_theme_PROMPT_COMMAND() {
|
||||
PS1="${TITLEBAR}${_omb_prompt_orange}${_omb_prompt_reset_color}${_omb_prompt_green}\w${_omb_prompt_bold_blue}\[\$(scm_prompt_info)\]${_omb_prompt_normal} "
|
||||
PS1="${TITLEBAR}${_omb_prompt_red}${_omb_prompt_reset_color}${_omb_prompt_green}\w${_omb_prompt_bold_navy}\[\$(scm_prompt_info)\]${_omb_prompt_normal} "
|
||||
}
|
||||
|
||||
# scm themeing
|
||||
|
Reference in New Issue
Block a user