fix(starship): fix git status ahead/behind
This commit is contained in:
parent
a2c740e06c
commit
b653450e15
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@
|
||||||
git_status = {
|
git_status = {
|
||||||
format = "([「$all_status$ahead_behind」]($style))";
|
format = "([「$all_status$ahead_behind」]($style))";
|
||||||
conflicted = "⚠️";
|
conflicted = "⚠️";
|
||||||
ahead = "⟫$${count} ";
|
ahead = "⟫\${count} ";
|
||||||
behind = "⟪$${count}";
|
behind = "⟪\${count}";
|
||||||
diverged = "🔀 ";
|
diverged = "🔀 ";
|
||||||
untracked = "📁 ";
|
untracked = "📁 ";
|
||||||
stashed = "↪ ";
|
stashed = "↪ ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue