mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes/{robbyrussell,rr}: Add _omb_prompt_normal to end of prompt
This commit is contained in:
committed by
Koichi Murase
parent
cdd5c23632
commit
748b5842f7
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user