refactor:update_starship

This commit is contained in:
dichgrem
2025-07-23 09:21:29 +08:00
parent b5abb31f3c
commit da95ac70d1

View File

@@ -55,14 +55,14 @@ 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 = ""
style = "teal"
format = '([$all_status]($style))'
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
stashed = " ≡ "
[git_state]