From 24d7815bbc7b0db90eb26d5d8e22dd84bc62c349 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 8 Nov 2019 14:13:08 +0100 Subject: shell: remove system compinit --- system/settings/programs/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix index a8d4f56f..4dd65c4a 100644 --- a/system/settings/programs/shell.nix +++ b/system/settings/programs/shell.nix @@ -3,6 +3,7 @@ { programs.zsh = { enable = true; promptInit = ""; + enableGlobalCompInit = false; }; programs.bash.enableCompletion = true; } -- cgit 1.4.1