Skip to content

Commit

Permalink
tweak starship
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 17, 2024
1 parent 1c34248 commit bae3fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ style = "bold purple"
format = '[$hash]($style) '

[git_status]
format = "([$conflicted$stashed$deleted$renamed$modified$staged$untracked$ahead_behind]($style))"
format = "([$stashed$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind]($style))"
style = "bold cyan"
up_to_date = ""
conflicted = "=$count "
ahead = "⇡$count "
behind = "⇣$count "
diverged = "⇕$count "
untracked = "?$count "
stashed = "$$count "
stashed = "\\(stash: $count\\) "
modified = "!$count "
staged = "+$count "
renamed = "»$count "
Expand Down

0 comments on commit bae3fdb

Please sign in to comment.