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) )'