mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Revert "enable bash autocomplete by default"
This reverts commitee8e15fe76
. See discussion atee8e15fe76
.
This commit is contained in:
parent
1ef5533426
commit
bde9ae18cf
@ -105,7 +105,7 @@ in
|
||||
};
|
||||
|
||||
enableCompletion = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable Bash completion for all interactive bash shells.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user