From 9e4078d7da8fedb35a192b11624372803c863d26 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 17:24:45 +0200 Subject: [PATCH] Stick to color --- config/starship.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 2bce2fb1..e97f7d7e 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -18,15 +18,15 @@ style = "italic cyan" [git_status] format = '[$all_status]($style)' -style = "" -ahead = '⇡${count} ' -diverged = '⇕⇡${ahead_count}⇣${behind_count} ' -behind = '⇣${count} ' -conflicted = ' ' -up_to_date = ' ' -untracked = '? ' -modified = ' ' -stashed = '' -staged = '' -renamed = '' -deleted = '' +style = "cyan" +ahead = "⇡${count} " +diverged = "⇕⇡${ahead_count}⇣${behind_count} " +behind = "⇣${count} " +conflicted = " " +up_to_date = " " +untracked = "? " +modified = " " +stashed = "" +staged = "" +renamed = "" +deleted = ""