From 1db749a6a7dd41bca11b805efc1b89623455c46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Dec 2023 13:58:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(starship):=20changed=20behind?= =?UTF-8?q?=20icon=20style=20to=20the=20same=20one=20as=20ahead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index 0ec363e5..e1e22bf7 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -22,7 +22,7 @@ staged = '[ $count](bold green) ' stashed = '[ $count](cyan) ' deleted = '[ $count](bold red) ' modified = '[ $count](bold yellow) ' -behind = '[ $count](bold purple) ' +behind = '[ $count](bold purple) ' renamed = '[󰬴 $count](bold blue) ' up_to_date = '[ ](bold green) ' diverged = '[ $ahead_count  $behind_count ](bold red) '