Revert "enable bash autocomplete by default"

This reverts commit ee8e15fe76. See
discussion at https://github.com/NixOS/nixpkgs/commit/ee8e15fe76a235ae3583d4e8cb4bb370f28c5eae.
This commit is contained in:
Eelco Dolstra
2014-12-18 00:36:46 +01:00
parent 1ef5533426
commit bde9ae18cf
+1 -1
View File
@@ -105,7 +105,7 @@ in
};
enableCompletion = mkOption {
default = true;
default = false;
description = ''
Enable Bash completion for all interactive bash shells.
'';