themes/{robbyrussell,rr}: Add _omb_prompt_normal to end of prompt

This commit is contained in:
Grant Jurgensen
2022-09-12 11:24:20 -05:00
committed by Koichi Murase
parent cdd5c23632
commit 748b5842f7
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function _omb_theme_PROMPT_COMMAND() {
local scm_info=$(scm_prompt_info)
PS1+=${scm_info:+$scm_info }
PS1+=${_omb_prompt_normal}
}
_omb_util_add_prompt_command _omb_theme_PROMPT_COMMAND

View File

@ -23,6 +23,7 @@ function _omb_theme_PROMPT_COMMAND() {
local scm_info=$(scm_prompt_info)
PS1+=${scm_info:+$scm_info }
PS1+=${_omb_prompt_normal}
}
_omb_util_add_prompt_command _omb_theme_PROMPT_COMMAND