Skip to content

Commit ed5ab01

Browse files
Merge pull request #565 from afcollins/single-line-color
Add end color to Single_line
2 parents e733ada + 85fab32 commit ed5ab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/Single_line.bgptheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ override_git_prompt_colors() {
44

55
GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_ ${White}${Time12a}${ResetColor} ${BoldYellow}${PathShort}${ResetColor}"
66
GIT_PROMPT_END_USER="${ResetColor} $ "
7-
GIT_PROMPT_END_ROOT="${BoldRed} # "
7+
GIT_PROMPT_END_ROOT="${BoldRed} #${ResetColor} "
88
}
99

1010
reload_git_prompt_colors "Single_line"

0 commit comments

Comments
 (0)