summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-10-14 21:14:03 +0100
committerdakkar <dakkar@thenautilus.net>2023-10-14 21:14:03 +0100
commit200ff308d5611f4543601b5ed82c83a9491db6e0 (patch)
tree47a5dcd2561e31603946ec652b9f47400ac0932b
parentalacritty native box drawing (diff)
downloaddotfiles-200ff308d5611f4543601b5ed82c83a9491db6e0.tar.gz
dotfiles-200ff308d5611f4543601b5ed82c83a9491db6e0.tar.bz2
dotfiles-200ff308d5611f4543601b5ed82c83a9491db6e0.zip
starship prettier up/down git arrows
-rw-r--r--.config/starship.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 443682d..95b1881 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}"