mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes: Use new color variables
This commit is contained in:
@@ -13,7 +13,7 @@ case $TERM in
|
||||
esac
|
||||
|
||||
function _omb_theme_PROMPT_COMMAND() {
|
||||
PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[\$(scm_prompt_info)\]${normal} "
|
||||
PS1="${TITLEBAR}${_omb_prompt_orange}${_omb_prompt_reset_color}${green}\w${_omb_prompt_bold_blue}\[\$(scm_prompt_info)\]${_omb_prompt_normal} "
|
||||
}
|
||||
|
||||
# scm themeing
|
||||
|
Reference in New Issue
Block a user