mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added git metrics in starship config
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user