Skip to content

Commit a2182bb

Browse files
committed
Fix for terminal fonts
1 parent d378581 commit a2182bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/Single_line_Solarized.bgptheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ override_git_prompt_colors() {
1515
GIT_PROMPT_PREFIX="[ "
1616
GIT_PROMPT_SUFFIX=" ]"
1717
GIT_PROMPT_SEPARATOR=" |"
18-
GIT_PROMPT_STAGED=" ${Yellow}●${ResetColor}"
18+
GIT_PROMPT_STAGED=" ${Yellow}● ${ResetColor}"
1919
GIT_PROMPT_CONFLICTS=" ${Red}✖ ${ResetColor}"
2020
GIT_PROMPT_CHANGED=" ${Blue}✚ ${ResetColor}"
2121
GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}"

0 commit comments

Comments
 (0)