all repos — nixfiles @ 6011c5dd456c90d5cb1f0b50aeff155792921fec

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

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
commit

6011c5dd456c90d5cb1f0b50aeff155792921fec

parent

b9ad3d7604a9b7517483c47a6c991dde6d1156fb

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -5,6 +5,7 @@ }: {   programs.zsh =
     {
       enable = true;
+      enableBashCompletion = true;
       promptInit = "";
     }
     // (