From c711e08f4747f52a2a20013d54c3c938dfb98836 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Jan 2020 21:37:17 +0100 Subject: trillian: disable systemwide zsh completion This stops compinit being called twice, which slows down zsh startup. home-manager is responsible for the other call. --- system/trillian.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/trillian.nix b/system/trillian.nix index d2a74716..b2043995 100644 --- a/system/trillian.nix +++ b/system/trillian.nix @@ -38,6 +38,7 @@ # programs.nix-index.enable = true; programs.zsh.enable = true; + programs.zsh.enableCompletion = false; programs.zsh.enableBashCompletion = true; environment.variables.LANG = "en_GB.UTF-8"; -- cgit 1.4.1