mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
refactor:update_starship
This commit is contained in:
16
dotfiles/.config/starship.toml
vendored
16
dotfiles/.config/starship.toml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user