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:
18
dotfiles/.config/starship.toml
vendored
18
dotfiles/.config/starship.toml
vendored
@@ -55,15 +55,15 @@ format = "[$branch]($style)"
|
|||||||
style = "bright-black"
|
style = "bright-black"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
style = "teal"
|
||||||
style = "cyan"
|
format = '([$all_status]($style))'
|
||||||
conflicted = ""
|
conflicted = ""
|
||||||
untracked = ""
|
untracked = ""
|
||||||
modified = ""
|
modified = " "
|
||||||
staged = ""
|
staged = " "
|
||||||
renamed = ""
|
renamed = ""
|
||||||
deleted = ""
|
deleted = " "
|
||||||
stashed = "≡"
|
stashed = " ≡ "
|
||||||
|
|
||||||
[git_state]
|
[git_state]
|
||||||
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||||
|
|||||||
Reference in New Issue
Block a user