shell: remove system compinit
1 file changed, 1 insertion(+), 0 deletions(-)
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -3,6 +3,7 @@ { programs.zsh = { enable = true; promptInit = ""; + enableGlobalCompInit = false; }; programs.bash.enableCompletion = true; }