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]