|
|
|
@ -38,7 +38,7 @@ style = "bright-black"
|
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
|
|
[git_status]
|
|
|
|
|
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
|
|
|
|
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed )]($style)"
|
|
|
|
|
style = "cyan"
|
|
|
|
|
conflicted = ""
|
|
|
|
|
untracked = ""
|
|
|
|
@ -47,9 +47,9 @@ staged = ""
|
|
|
|
|
renamed = ""
|
|
|
|
|
deleted = ""
|
|
|
|
|
stashed = "≡"
|
|
|
|
|
ahead = "⇡${count} "
|
|
|
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
|
|
|
|
behind = "⇣${count} "
|
|
|
|
|
ahead = "⇡${count}"
|
|
|
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
|
|
|
|
behind = "⇣${count}"
|
|
|
|
|
|
|
|
|
|
[git_state]
|
|
|
|
|
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
|
|
|
|