diff options
author | dakkar <dakkar@thenautilus.net> | 2023-10-14 21:14:03 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-11-08 15:59:13 +0000 |
commit | 89e1423cce6e2f6e09afcf33efcd78b99a219d65 (patch) | |
tree | f5d723b272ecaf4102642d06c8dbf808be8d944d /.config/starship.toml | |
parent | alacritty use built-in box drawing (diff) | |
download | dotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.tar.gz dotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.tar.bz2 dotfiles-89e1423cce6e2f6e09afcf33efcd78b99a219d65.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 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}" |