From 748b5842f7ed2478d69fe200a4e0c8b726fafef7 Mon Sep 17 00:00:00 2001 From: Grant Jurgensen Date: Mon, 12 Sep 2022 11:24:20 -0500 Subject: [PATCH] themes/{robbyrussell,rr}: Add _omb_prompt_normal to end of prompt --- themes/robbyrussell/robbyrussell.theme.sh | 1 + themes/rr/rr.theme.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/robbyrussell/robbyrussell.theme.sh b/themes/robbyrussell/robbyrussell.theme.sh index 6326fae..714f998 100644 --- a/themes/robbyrussell/robbyrussell.theme.sh +++ b/themes/robbyrussell/robbyrussell.theme.sh @@ -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 diff --git a/themes/rr/rr.theme.sh b/themes/rr/rr.theme.sh index ec962f1..36868b5 100644 --- a/themes/rr/rr.theme.sh +++ b/themes/rr/rr.theme.sh @@ -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