summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-10-14 21:14:03 +0100
committerdakkar <dakkar@thenautilus.net>2023-11-05 13:10:43 +0000
commitd3806d877cfed8349ac397b7eaef9dab7c70e963 (patch)
treeaced11c2fe036e58ff4e50e1553c56b216933b03
parentstarship: say black when you mean black (diff)
downloaddotfiles-d3806d877cfed8349ac397b7eaef9dab7c70e963.tar.gz
dotfiles-d3806d877cfed8349ac397b7eaef9dab7c70e963.tar.bz2
dotfiles-d3806d877cfed8349ac397b7eaef9dab7c70e963.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 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}"