File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -125,18 +125,18 @@ format = "[[ ${symbol} ${branch} ](fg:color_fg0 bg:color_aqua)](${style})"
125125
126126[git_status ]
127127disabled = false
128- conflicted = " ️${count}"
129- ahead = " ️${count}"
130- behind = " ${count}"
131- diverged = " ${ahead_count} ${behind_count}"
132- untracked = " ${count}"
133- modified = " ${count}"
134- staged = " ${count}"
135- deleted = " ${count}"
136- renamed = " ${count}"
128+ conflicted = " ️${count} "
129+ ahead = " ️${count} "
130+ behind = " ${count} "
131+ diverged = " ${ahead_count} ${behind_count} "
132+ untracked = " ${count} "
133+ modified = " ${count} "
134+ staged = " ${count} "
135+ deleted = " ${count} "
136+ renamed = " ${count} "
137137stashed = " "
138138style = " bg:color_aqua"
139- format = " [[(${all_status}${ahead_behind} )](fg:color_fg0 bg:color_aqua)](${style})"
139+ format = " [[(${all_status}${ahead_behind})](fg:color_fg0 bg:color_aqua)](${style})"
140140
141141[git_state ]
142142disabled = false
You can’t perform that action at this time.
0 commit comments