@cryptotaxi247 / infra-1 / commits / 6d9a9311

macs: fix bash completion deprecation

Martin Weinelt committed Oct 23, 2024 at 17:31 UTC 6d9a93119fa4462279aa9dc6e09da71ed7b26dad
1 file changed +1 -1
macs/nix-darwin.nix
+1 -1
@@ -29,7 +29,7 @@ in
29 programs.zsh.enable = true;
30 programs.zsh.enableCompletion = false;
31 programs.bash.enable = true;
32 - programs.bash.enableCompletion = false;
32 + programs.bash.completion.enable = true;
33
34 #services.activate-system.enable = true;
35