diff options
author | dakkar <dakkar@thenautilus.net> | 2023-10-14 21:14:03 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-10-20 13:34:54 +0000 |
commit | 5bfff44a9eb3c283e8002aee1da3422f40da17e6 (patch) | |
tree | 19624c262b0a781b2860dfd78fdf1fe7e71b693c /.config/starship.toml | |
parent | starship: say black when you mean black (diff) | |
download | dotfiles-5bfff44a9eb3c283e8002aee1da3422f40da17e6.tar.gz dotfiles-5bfff44a9eb3c283e8002aee1da3422f40da17e6.tar.bz2 dotfiles-5bfff44a9eb3c283e8002aee1da3422f40da17e6.zip |
starship prettier up/down git arrows
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 6647a10..8041470 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}" |