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 = {
|
||||
format = "([「$all_status$ahead_behind」]($style))";
|
||||
conflicted = "⚠️";
|
||||
ahead = "⟫$${count} ";
|
||||
behind = "⟪$${count}";
|
||||
ahead = "⟫\${count} ";
|
||||
behind = "⟪\${count}";
|
||||
diverged = "🔀 ";
|
||||
untracked = "📁 ";
|
||||
stashed = "↪ ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue