Skip to content

Commit

Permalink
Merge pull request #319 from izumin5210/izumin5210/zsh-prompt-conflicted
Browse files Browse the repository at this point in the history
fix(zsh): fix git conflicted sign on prompt
  • Loading branch information
izumin5210 authored Apr 7, 2024
2 parents 3e241b8 + 49b755e commit 0e814b5
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 0e814b5

Please sign in to comment.