From ac02349f06974b3a5a9e79d8b0fe3507e8baed84 Mon Sep 17 00:00:00 2001 From: Federico Voges Date: Fri, 16 Jun 2017 15:00:38 +0200 Subject: [PATCH] change root prompt to reset color at the end before this commit, the root prompt would not reset the terminal color so all the text was red. this commit changes the end of the root prompt to reset the color to default. --- themes/Single_line_Solarized.bgptheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Single_line_Solarized.bgptheme b/themes/Single_line_Solarized.bgptheme index 44345c97..95725bff 100644 --- a/themes/Single_line_Solarized.bgptheme +++ b/themes/Single_line_Solarized.bgptheme @@ -26,7 +26,7 @@ override_git_prompt_colors() { GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_ ${Yellow}${PathShort}${ResetColor}" GIT_PROMPT_END_USER="${BoldBlue} ➭ ${ResetColor}" - GIT_PROMPT_END_ROOT="${BoldRed} # " + GIT_PROMPT_END_ROOT="${BoldRed} # ${ResetColor}" GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING="✭" }