lol

Revert "enable bash autocomplete by default"

This reverts commit ee8e15fe76a235ae3583d4e8cb4bb370f28c5eae. See
discussion at https://github.com/NixOS/nixpkgs/commit/ee8e15fe76a235ae3583d4e8cb4bb370f28c5eae.

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