From 6011c5dd456c90d5cb1f0b50aeff155792921fec Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 9 Aug 2023 17:17:31 +0200 Subject: shell: enable bash-compatible completion in zsh This is not the default in NixOS, but it is on nix-darwin. Confusing! --- system/settings/programs/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/settings/programs/shell.nix') diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix index 62d51230..adb4cc0b 100644 --- a/system/settings/programs/shell.nix +++ b/system/settings/programs/shell.nix @@ -5,6 +5,7 @@ programs.zsh = { enable = true; + enableBashCompletion = true; promptInit = ""; } // ( -- cgit 1.4.1