all repos — nixfiles @ 24d7815bbc7b0db90eb26d5d8e22dd84bc62c349

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

shell: remove system compinit

Alan Pearce
commit

24d7815bbc7b0db90eb26d5d8e22dd84bc62c349

parent

beffc6b2d085fa5945670c2909dfee852d7a7bb1

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