From dec52f06dce3c10b91a966586a135b2c0238c1e2 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 6 Jan 2025 21:30:16 -0300 Subject: [PATCH] Disable fish shell completions to speed up system rebuilds --- users/common/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/common/programs.nix b/users/common/programs.nix index 6e99a6c..ce01ceb 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -111,6 +111,7 @@ fish = { enable = true; + enableCompletion = false; interactiveShellInit = "nix-your-shell fish | source"; loginShellInit = "nix-your-shell fish | source"; functions = {