summary refs log tree commit diff stats
path: root/system/settings/programs/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-09 17:17:31 +0200
committerAlan Pearce2023-08-09 19:22:26 +0200
commit6011c5dd456c90d5cb1f0b50aeff155792921fec (patch)
tree4414b584da55cfe410d359b7f248cbb950c31811 /system/settings/programs/shell.nix
parentb9ad3d7604a9b7517483c47a6c991dde6d1156fb (diff)
downloadnixfiles-6011c5dd456c90d5cb1f0b50aeff155792921fec.tar.lz
nixfiles-6011c5dd456c90d5cb1f0b50aeff155792921fec.tar.zst
nixfiles-6011c5dd456c90d5cb1f0b50aeff155792921fec.zip
shell: enable bash-compatible completion in zsh
This is not the default in NixOS, but it is on nix-darwin. Confusing!
Diffstat (limited to 'system/settings/programs/shell.nix')
-rw-r--r--system/settings/programs/shell.nix1
1 files changed, 1 insertions, 0 deletions
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 = "";
     }
     // (