From d3806d877cfed8349ac397b7eaef9dab7c70e963 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 14 Oct 2023 21:14:03 +0100 Subject: starship prettier up/down git arrows --- .config/starship.toml | 6 +++--- 1 file 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}" -- cgit v1.2.3