diff options
author | Alan Pearce | 2020-10-01 18:07:43 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-01 18:08:40 +0200 |
commit | 631df6d775a26c6d2190ef4478e248c0d4b7a9f5 (patch) | |
tree | fc53c884ac95fdbc90cbe527e9cfe102cf3a1400 /system | |
parent | 80e5db2a4443ba3408ebd530c064fbe4bb4dbc78 (diff) | |
download | nixfiles-631df6d775a26c6d2190ef4478e248c0d4b7a9f5.tar.lz nixfiles-631df6d775a26c6d2190ef4478e248c0d4b7a9f5.tar.zst nixfiles-631df6d775a26c6d2190ef4478e248c0d4b7a9f5.zip |
trillian: explain disabled completion setting
Diffstat (limited to 'system')
-rw-r--r-- | system/trillian.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |