mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Correct spacing
This commit is contained in:
@@ -17,15 +17,15 @@ format = "[$branch]($style) "
|
|||||||
style = "italic"
|
style = "italic"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = '[$all_status]($style) '
|
format = '[$all_status]($style)'
|
||||||
style = ""
|
style = ""
|
||||||
ahead = '⇡${count}'
|
ahead = '⇡${count} '
|
||||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
diverged = '⇕⇡${ahead_count}⇣${behind_count} '
|
||||||
behind = '⇣${count}'
|
behind = '⇣${count} '
|
||||||
conflicted = ''
|
conflicted = ' '
|
||||||
up_to_date = ''
|
up_to_date = ' '
|
||||||
untracked = ''
|
untracked = ' '
|
||||||
modified = ''
|
modified = ' '
|
||||||
stashed = ''
|
stashed = ''
|
||||||
staged = ''
|
staged = ''
|
||||||
renamed = ''
|
renamed = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user