summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-01-11 21:37:17 +0100
committerAlan Pearce2020-01-11 21:37:17 +0100
commitc711e08f4747f52a2a20013d54c3c938dfb98836 (patch)
tree0b72f8c6d11516c188d72e9570ecebcd30e18ff8 /system
parent8a064c9e1805201505fb16182bfb30457fec4d52 (diff)
downloadnixfiles-c711e08f4747f52a2a20013d54c3c938dfb98836.tar.lz
nixfiles-c711e08f4747f52a2a20013d54c3c938dfb98836.tar.zst
nixfiles-c711e08f4747f52a2a20013d54c3c938dfb98836.zip
trillian: disable systemwide zsh completion
This stops compinit being called twice, which slows down zsh startup.
home-manager is responsible for the other call.
Diffstat (limited to 'system')
-rw-r--r--system/trillian.nix1
1 files changed, 1 insertions, 0 deletions
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";