From 631df6d775a26c6d2190ef4478e248c0d4b7a9f5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 1 Oct 2020 18:07:43 +0200 Subject: trillian: explain disabled completion setting --- system/trillian.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/trillian.nix b/system/trillian.nix index 2e10e17c..d228f691 100644 --- a/system/trillian.nix +++ b/system/trillian.nix @@ -29,7 +29,7 @@ programs.zsh = { enable = true; - enableCompletion = false; + enableCompletion = false; # Causes >2s startup time, overlaps home-manager config enableBashCompletion = true; loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile"; }; -- cgit 1.4.1