mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
Revert "enable bash autocomplete by default"
This reverts commitee8e15fe76
. See discussion atee8e15fe76
.
This commit is contained in:
parent
1ef5533426
commit
bde9ae18cf
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ in
|
|||
};
|
||||
|
||||
enableCompletion = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable Bash completion for all interactive bash shells.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue