summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-10-14 21:14:03 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-11-08 15:59:13 +0000
commit89e1423cce6e2f6e09afcf33efcd78b99a219d65 (patch)
treef5d723b272ecaf4102642d06c8dbf808be8d944d
parentalacritty use built-in box drawing (diff)
downloaddotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.tar.gz
dotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.tar.bz2
dotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.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 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}"