Skip to content

Commit

Permalink
Fix for terminal fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ogr3 committed Nov 4, 2015
1 parent d378581 commit a2182bb
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 @@ -15,7 +15,7 @@ override_git_prompt_colors() {
GIT_PROMPT_PREFIX="[ "
GIT_PROMPT_SUFFIX=" ]"
GIT_PROMPT_SEPARATOR=" |"
GIT_PROMPT_STAGED=" ${Yellow}●${ResetColor}"
GIT_PROMPT_STAGED=" ${Yellow}● ${ResetColor}"
GIT_PROMPT_CONFLICTS=" ${Red}✖ ${ResetColor}"
GIT_PROMPT_CHANGED=" ${Blue}✚ ${ResetColor}"
GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}"
Expand Down

0 comments on commit a2182bb

Please sign in to comment.