summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 = "";
     }
     // (