shell: enable bash-compatible completion in zsh This is not the default in NixOS, but it is on nix-darwin. Confusing!
1 file changed, 1 insertion(+), 0 deletions(-)
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -5,6 +5,7 @@ }: { programs.zsh = { enable = true; + enableBashCompletion = true; promptInit = ""; } // (