all repos — nixfiles @ 14ab449674a16df09b3e501193a4a17b0db6e675

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

shell: remove duplicate compinit call
Alan Pearce alan@alanpearce.eu
Mon, 02 Mar 2020 13:41:25 +0100
commit

14ab449674a16df09b3e501193a4a17b0db6e675

parent

34b68a77a369095eb90cb316ccebfaf3584a4472

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;
 }