From 49b755e3fbfa344470f691dd4c0a8bbf169581de Mon Sep 17 00:00:00 2001 From: izumin5210 Date: Sun, 7 Apr 2024 19:45:50 +0900 Subject: [PATCH] fix(zsh): fix git conflicted sign on prompt --- config/.config/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.config/starship.toml b/config/.config/starship.toml index cd4b173d..9faa49ce 100644 --- a/config/.config/starship.toml +++ b/config/.config/starship.toml @@ -40,6 +40,7 @@ style = 'bold blue' [git_status] format = '([$all_status$ahead_behind]($style) )' +conflicted= '[= ](red)' ahead = '[⇡$ahead_count](red)' behind = '[⇣$behind_count](cyan)' modified = '[ ](yellow)'