mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 00:59:31 -04:00
update:starship
This commit is contained in:
@ -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 = "" # 代表冲突 merge
|
||||||
untracked = ""
|
untracked = "" # 问号图标 (NF)
|
||||||
modified = ""
|
modified = "" # 圆点 (表示已改动)
|
||||||
staged = ""
|
staged = "" # 打钩方框 (已暂存)
|
||||||
renamed = ""
|
renamed = "" # 箭头换名
|
||||||
deleted = ""
|
deleted = "" # 回收站图标 Nerd Font
|
||||||
stashed = "≡"
|
stashed = "≡" # 三条横线代表 stash
|
||||||
|
|
||||||
[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