Skip to content

Commit

Permalink
change root prompt to reset color at the end
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fvoges authored and Federico Voges committed Jun 26, 2017
1 parent b449b8e commit ac02349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/Single_line_Solarized.bgptheme
Original file line number Diff line number Diff line change
Expand Up @@ -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="✭"
}
Expand Down

0 comments on commit ac02349

Please sign in to comment.