summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/bash
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-18 00:36:46 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-18 00:36:46 +0100
commitbde9ae18cf1b6d6f7cdffe38dc9bfe4a3ced12c6 (patch)
tree2764a012e1c83a2dd90c35199d25dc492aae560f /nixos/modules/programs/bash
parent1ef5533426e2bfb232791af57f143f2114e59fee (diff)
Revert "enable bash autocomplete by default"
This reverts commit ee8e15fe76a235ae3583d4e8cb4bb370f28c5eae. See discussion at https://github.com/NixOS/nixpkgs/commit/ee8e15fe76a235ae3583d4e8cb4bb370f28c5eae.
Diffstat (limited to 'nixos/modules/programs/bash')
-rw-r--r--nixos/modules/programs/bash/bash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/bash/bash.nix b/nixos/modules/programs/bash/bash.nix
index 03899425da5d..c5c0f9d01215 100644
--- a/nixos/modules/programs/bash/bash.nix
+++ b/nixos/modules/programs/bash/bash.nix
@@ -105,7 +105,7 @@ in
};
enableCompletion = mkOption {
- default = true;
+ default = false;
description = ''
Enable Bash completion for all interactive bash shells.
'';