Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

enable bash autocomplete by default

+1 -1
+1 -1
nixos/modules/programs/bash/bash.nix
··· 105 105 }; 106 106 107 107 enableCompletion = mkOption { 108 - default = false; 108 + default = true; 109 109 description = '' 110 110 Enable Bash completion for all interactive bash shells. 111 111 '';