shell: remove system compinit
Alan Pearce alan@alanpearce.eu
Fri, 08 Nov 2019 14:13:08 +0100
1 files changed, 1 insertions(+), 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; }