trillian: disable systemwide zsh completion This stops compinit being called twice, which slows down zsh startup. home-manager is responsible for the other call.
Alan Pearce alan@alanpearce.eu
Sat, 11 Jan 2020 21:37:17 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M system/trillian.nix → 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";