Correct spacing
This commit is contained in:
parent
79104373bd
commit
81cac3bbb7
@ -17,15 +17,15 @@ format = "[$branch]($style) "
|
||||
style = "italic"
|
||||
|
||||
[git_status]
|
||||
format = '[$all_status]($style) '
|
||||
format = '[$all_status]($style)'
|
||||
style = ""
|
||||
ahead = '⇡${count}'
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||
behind = '⇣${count}'
|
||||
conflicted = ''
|
||||
up_to_date = ''
|
||||
untracked = ''
|
||||
modified = ''
|
||||
ahead = '⇡${count} '
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count} '
|
||||
behind = '⇣${count} '
|
||||
conflicted = ' '
|
||||
up_to_date = ' '
|
||||
untracked = ' '
|
||||
modified = ' '
|
||||
stashed = ''
|
||||
staged = ''
|
||||
renamed = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user