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 = { 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 = " ";