Skip to content

Commit

Permalink
fix(zsh): fix git conflicted sign on prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Apr 7, 2024
1 parent 3bd003e commit 49b755e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ style = 'bold blue'

[git_status]
format = '([$all_status$ahead_behind]($style) )'
conflicted= '[= ](red)'
ahead = '[⇡$ahead_count](red)'
behind = '[⇣$behind_count](cyan)'
modified = '[ ](yellow)'
Expand Down

0 comments on commit 49b755e

Please sign in to comment.