Skip to content

Commit

Permalink
FIX: Solarized_UserHost.bgptheme unset reset_color
Browse files Browse the repository at this point in the history
### Fixes

- Fix `root` user unset reset_color
  • Loading branch information
daxgames authored Jan 11, 2024
1 parent 51080c2 commit 4ff816c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Solarized_UserHost.bgptheme
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function override_git_prompt_colors() {

GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_${Yellow}${PathShort}"
GIT_PROMPT_START_ROOT="${GIT_PROMPT_START_USER}"
GIT_PROMPT_END_USER="\n${BoldBlue}\\u${bold_bright_white}@${BoldBlue}\\h${BoldRed} ➤${ResetColor} "
GIT_PROMPT_END_ROOT="\n${BoldBlue}\\u${bold_bright_white}@${BoldBlue}\\h${BoldRed} #️ {ResetColor} "
GIT_PROMPT_END_USER="\n${BoldBlue}\\u${bold_bright_white}@${BoldBlue}\\h${BoldRed} ➤ ${ResetColor} "
GIT_PROMPT_END_ROOT="\n${BoldBlue}\\u${bold_bright_white}@${BoldBlue}\\h${BoldRed} #️ ${ResetColor} "
GIT_PROMPT_LEADING_SPACE=1
GIT_PROMPT_PREFIX="${Cyan}["
GIT_PROMPT_SUFFIX="${Cyan}]"
Expand Down

0 comments on commit 4ff816c

Please sign in to comment.