From da95ac70d1da988911b74f78b693eb08a09e82e3 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 23 Jul 2025 09:21:29 +0800 Subject: [PATCH] refactor:update_starship --- dotfiles/.config/starship.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dotfiles/.config/starship.toml b/dotfiles/.config/starship.toml index 557ecd0..41c4437 100644 --- a/dotfiles/.config/starship.toml +++ b/dotfiles/.config/starship.toml @@ -55,15 +55,15 @@ format = "[$branch]($style)" 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 = "​" -stashed = "≡" +style = "teal" +format = '([$all_status]($style))' +conflicted = "" +untracked = "" +modified = " " +staged = "  " +renamed = "" +deleted = "  " +stashed = " ≡ " [git_state] format = '\([$state( $progress_current/$progress_total)]($style)\) '