all repos — nixfiles @ 24d7815bbc7b0db90eb26d5d8e22dd84bc62c349

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

shell: remove system compinit
Alan Pearce alan@alanpearce.eu
Fri, 08 Nov 2019 14:13:08 +0100
commit

24d7815bbc7b0db90eb26d5d8e22dd84bc62c349

parent

beffc6b2d085fa5945670c2909dfee852d7a7bb1

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -3,6 +3,7 @@ { programs.zsh = {
     enable = true;
     promptInit = "";
+    enableGlobalCompInit = false;
   };
   programs.bash.enableCompletion = true;
 }