From f6bc7f1827ed2219495b604308ae4e0fe4ebc698 Mon Sep 17 00:00:00 2001 From: "Deavon M. McCaffery" Date: Tue, 22 Dec 2020 13:54:48 +0000 Subject: [PATCH] fix(prompt): fix git status for stashed --- src/user/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/starship.toml b/src/user/starship.toml index 167f28d..ee3c8f7 100644 --- a/src/user/starship.toml +++ b/src/user/starship.toml @@ -40,7 +40,7 @@ symbol = " " format = '([\[ $all_status$ahead_behind\]]($style) )' ahead = '([⇡$count](bold yellow) )' behind = '([⇣$count](bold red) )' -stashed = '([$$count](bold white) )' +stashed = '([\$$count](bold white) )' modified = '([!$count](bold yellow) )' staged = '([+$count](bold green) )' renamed = '([»$count](bold yellow) )'