Skip to content

Commit

Permalink
fix(prompt): fix git status for stashed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Dec 27, 2020
1 parent 9d7b915 commit f6bc7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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) )'
Expand Down

0 comments on commit f6bc7f1

Please sign in to comment.