summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/starship.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index d605133..f57e03a 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}"