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
commit

6011c5dd456c90d5cb1f0b50aeff155792921fec

parent

b9ad3d7604a9b7517483c47a6c991dde6d1156fb

1 file changed, 1 insertion(+), 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 = ""; } // (