From c55fcbda2c9f7616e02da91032cafd15cfb88d54 Mon Sep 17 00:00:00 2001 From: Dich Date: Wed, 28 May 2025 21:07:10 +0800 Subject: [PATCH] update:starship --- starship.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/starship.toml b/starship.toml index 557ecd0..c0c8f15 100644 --- a/starship.toml +++ b/starship.toml @@ -57,12 +57,12 @@ style = "bright-black" [git_status] format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" +conflicted = "" +untracked = "" +modified = "" +staged = "" +renamed = "" +deleted = "" stashed = "≡" [git_state]