Skip to content

Commit

Permalink
chore: git staus style
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrange committed Nov 1, 2023
1 parent 72a556c commit 7001e8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tag-xdgconfig/config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,19 @@ deleted_style = 'bold red'
only_nonzero_diffs = false
format = '([+$added]($added_style) )([-$deleted]($deleted_style) )'
disabled = false

[git_status]
format = '([\[$all_status$ahead_behind \]]($style) )'
conflicted = '🏳'
ahead = '⇡${count}'
behind = '⇣${count}'
diverged = '⇡${ahead_count} ⇣${behind_count}'
up_to_date = '🆗'
untracked = ''
stashed = ''
modified = ''
staged = '[++\($count\)](green)'
renamed = ''
deleted = 'deleted'


0 comments on commit 7001e8e

Please sign in to comment.