shell: enable bash-compatible completion in zsh This is not the default in NixOS, but it is on nix-darwin. Confusing!
Alan Pearce alan@alanpearce.eu
Wed, 09 Aug 2023 17:17:31 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -5,6 +5,7 @@ }: { programs.zsh = { enable = true; + enableBashCompletion = true; promptInit = ""; } // (