all repos — nixfiles @ 14ab449674a16df09b3e501193a4a17b0db6e675

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

shell: remove duplicate compinit call

Alan Pearce
commit

14ab449674a16df09b3e501193a4a17b0db6e675

parent

34b68a77a369095eb90cb316ccebfaf3584a4472

1 file changed, 1 insertion(+), 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; }