From deb78276ea06539ceb35ce9a6dfd6cfd96058b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 3 Oct 2023 20:01:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(starship):=20new=20git=20icons?= =?UTF-8?q?=20for=20starship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 5edd4ae0..743990c5 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -4,6 +4,15 @@ # Inserts a blank line between shell prompts add_newline = true +[git_status] +untracked = '[ $count](bold yellow) ' +staged = '[ $count](bold green) ' +stashed = "[ ](cyan) " +deleted = '[ $count](bold red) ' +modified = '[ $count](bold blue) ' +behind = '[ ](bold purple) ' +format = '([$all_status$ahead_behind]($style))' + [aws] symbol = " "