Skip to content

Commit

Permalink
fix(starship): fix diverged formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Jan 5, 2021
1 parent 636868a commit 9d7cab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ modified = '([!$count](bold yellow) )'
staged = '([+$count](bold green) )'
renamed = '([»$count](bold yellow) )'
deleted = '([✘$count](bold red) )'
diverged = '([⇡$ahead_count⇣$behind_count](bold yellow) )'

[golang]
symbol = ''
Expand Down

0 comments on commit 9d7cab8

Please sign in to comment.