fix(starship): fix git status ahead/behind

This commit is contained in:
Infinidoge 2021-09-26 22:34:29 -04:00
parent a2c740e06c
commit b653450e15

View file

@ -70,8 +70,8 @@
git_status = {
format = "([$all_status$ahead_behind]($style))";
conflicted = "";
ahead = "$${count} ";
behind = "$${count}";
ahead = "\${count} ";
behind = "\${count}";
diverged = "🔀 ";
untracked = "📁 ";
stashed = " ";