diff --git a/users/profiles/starship.nix b/users/profiles/starship.nix index 41ddddf..e858544 100644 --- a/users/profiles/starship.nix +++ b/users/profiles/starship.nix @@ -70,8 +70,8 @@ git_status = { format = "([「$all_status$ahead_behind」]($style))"; conflicted = "⚠️"; - ahead = "⟫$${count} "; - behind = "⟪$${count}"; + ahead = "⟫\${count} "; + behind = "⟪\${count}"; diverged = "🔀 "; untracked = "📁 "; stashed = "↪ ";