1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added git metrics in starship config

This commit is contained in:
eoli3n 2023-11-07 20:30:56 +01:00
parent 5306998702
commit f046e771ed

@ -19,5 +19,10 @@ ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} " diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} " behind = "⇣${count} "
[git_metrics]
disabled = false
added_style = 'bold blue' ■
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[gcloud] [gcloud]
disabled = true disabled = true