diff options
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index baa6558..56b23d1 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -91,9 +91,9 @@ format = "[ $hash$tag]($style)" [git_status] style = "bg:vcs fg:vcs_fg" conflicted = "⚔️" -ahead = "↑${count}" -behind = "↓${count}" -diverged = "↑${ahead_count}↓${behind_count}" +ahead = "⏫${count}" +behind = "⏬${count}" +diverged = "⏫${ahead_count}⏬${behind_count}" untracked = "🤷${count}" stashed = "📦${count}" modified = "📝${count}" |