From 71dd569144192bc64c2a32752d78832ed95ed66b Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 21:08:05 +0100 Subject: fix(hm/conf/starship): Also disable git_metrics because of speed --- hm/soispha/conf/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix index 30c63127..5db6eb8b 100644 --- a/hm/soispha/conf/starship/default.nix +++ b/hm/soispha/conf/starship/default.nix @@ -58,7 +58,7 @@ behind = "⇣$count"; }; git_metrics = { - disabled = false; + disabled = true; ignore_submodules = true; }; git_state = { -- cgit 1.4.1