From c7afa3d809ee95c30600f5fb52fbe15b2b1f8221 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 13 Jul 2023 08:46:11 +0200 Subject: [PATCH] chore(starship): add `disabled` to git modules Starship is a very silly program that doesn't let you do `starship toggle ` unless you have a `disabled` key in the config. --- home/apps/starship/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/apps/starship/config.toml b/home/apps/starship/config.toml index bf6101a..a7c5b48 100644 --- a/home/apps/starship/config.toml +++ b/home/apps/starship/config.toml @@ -134,12 +134,13 @@ tag_symbol = ' ' [git_state] format = '[\[$state($progress_current/$progress_total)\] ]($style)' style = 'fg:peach' +disabled = false [git_metrics] -disabled = false format = '[+$added]($added_style)[/](fg:peach )[-$deleted ]($deleted_style)' added_style = 'fg:peach' deleted_style = 'fg:peach' +disabled = false [git_status] format = '[$all_status$ahead_behind ]($style)' @@ -154,6 +155,7 @@ renamed = '󱀱 ' untracked = '󰻭 ' staged = '󱧳 ' stashed = '󱧶 ' +disabled = false ### SHELL STATUS [cmd_duration]