From 81cac3bbb7fc5302d3ebb1bec1b53a9b079c92bf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 17:09:47 +0200 Subject: [PATCH] Correct spacing --- config/starship.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 0ea710ca..19cfb6d2 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -17,15 +17,15 @@ format = "[$branch]($style) " style = "italic" [git_status] -format = '[$all_status]($style) ' +format = '[$all_status]($style)' style = "" -ahead = '⇡${count}' -diverged = '⇕⇡${ahead_count}⇣${behind_count}' -behind = '⇣${count}' -conflicted = '' -up_to_date = '' -untracked = '' -modified = '' +ahead = '⇡${count} ' +diverged = '⇕⇡${ahead_count}⇣${behind_count} ' +behind = '⇣${count} ' +conflicted = ' ' +up_to_date = ' ' +untracked = ' ' +modified = ' ' stashed = '' staged = '' renamed = ''