update git lines

This commit is contained in:
m3philis
2025-03-02 22:57:29 +01:00
parent 7887fee53c
commit abb7597fbc

View File

@@ -120,6 +120,15 @@ format = '[ $symbol $branch ]($style)'
[git_status]
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)'
[golang]