update git lines
This commit is contained in:
@@ -120,6 +120,15 @@ format = '[ $symbol $branch ]($style)'
|
|||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "fg:color_git_fg bg:color_git_bg"
|
style = "fg:color_git_fg bg:color_git_bg"
|
||||||
|
ahead = '⇡${count}'
|
||||||
|
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||||
|
behind = '⇣${count}'
|
||||||
|
untracked = '?${count} '
|
||||||
|
modified = '!${count} '
|
||||||
|
stashed = '$${count} '
|
||||||
|
staged = '+${count} '
|
||||||
|
renamed = '»${count} '
|
||||||
|
deleted = '-${count} '
|
||||||
format = '[$all_status$ahead_behind ]($style)'
|
format = '[$all_status$ahead_behind ]($style)'
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
|
|||||||
Reference in New Issue
Block a user