Skip to content

Commit 817a863

Browse files
committed
🚀 starship config
1 parent 5e1079c commit 817a863

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/starship/starship.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,18 @@ format = "[[ ${symbol} ${branch} ](fg:color_fg0 bg:color_aqua)](${style})"
125125

126126
[git_status]
127127
disabled = 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} "
137137
stashed = ""
138138
style = "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]
142142
disabled = false

0 commit comments

Comments
 (0)