From abb7597fbcfe92c91e72203e842f229f3ce2c7dc Mon Sep 17 00:00:00 2001 From: m3philis Date: Sun, 2 Mar 2025 22:57:29 +0100 Subject: [PATCH] update git lines --- starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/starship.toml b/starship.toml index cb3d09b..832beef 100644 --- a/starship.toml +++ b/starship.toml @@ -120,6 +120,15 @@ format = '[ $symbol $branch ]($style)' [git_status] style = "fg:color_git_fg bg:color_git_bg" +ahead = '⇡${count}' +diverged = '⇕⇡${ahead_count}⇣${behind_count}' +behind = '⇣${count}' +untracked = '?${count} ' +modified = '!${count} ' +stashed = '$${count} ' +staged = '+${count} ' +renamed = '»${count} ' +deleted = '-${count} ' format = '[$all_status$ahead_behind ]($style)' [golang]