Skip to content

Commit

Permalink
Configure git_status segment
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Jun 1, 2024
1 parent 84817d7 commit 6b2ed96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ truncation_length = 5
truncate_to_repo = false
truncation_symbol = '…/'

[git_status]
ahead = '⇡${count}'
behind = '⇣${count}'
conflicted = ''
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
stashed = ''

# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
Expand Down

0 comments on commit 6b2ed96

Please sign in to comment.