all repos — nixfiles @ 631df6d775a26c6d2190ef4478e248c0d4b7a9f5

System and user configuration, managed by nix and home-manager

trillian: explain disabled completion setting

Alan Pearce
commit

631df6d775a26c6d2190ef4478e248c0d4b7a9f5

parent

80e5db2a4443ba3408ebd530c064fbe4bb4dbc78

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/trillian.nixsystem/trillian.nix
@@ -29,7 +29,7 @@ # programs.nix-index.enable = true;
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"; };