chore(starship): add disabled to git modules

Starship is a very silly program that doesn't let you do
`starship toggle <module>` unless you have a `disabled` key in the
config.
This commit is contained in:
winston 2023-07-13 08:46:11 +02:00
parent a2c5d32b97
commit c7afa3d809
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -134,12 +134,13 @@ tag_symbol = ' '
[git_state] [git_state]
format = '[\[$state($progress_current/$progress_total)\] ]($style)' format = '[\[$state($progress_current/$progress_total)\] ]($style)'
style = 'fg:peach' style = 'fg:peach'
disabled = false
[git_metrics] [git_metrics]
disabled = false
format = '[+$added]($added_style)[/](fg:peach )[-$deleted ]($deleted_style)' format = '[+$added]($added_style)[/](fg:peach )[-$deleted ]($deleted_style)'
added_style = 'fg:peach' added_style = 'fg:peach'
deleted_style = 'fg:peach' deleted_style = 'fg:peach'
disabled = false
[git_status] [git_status]
format = '[$all_status$ahead_behind ]($style)' format = '[$all_status$ahead_behind ]($style)'
@ -154,6 +155,7 @@ renamed = '󱀱 '
untracked = '󰻭 ' untracked = '󰻭 '
staged = '󱧳 ' staged = '󱧳 '
stashed = '󱧶 ' stashed = '󱧶 '
disabled = false
### SHELL STATUS ### SHELL STATUS
[cmd_duration] [cmd_duration]