bash: disable completion by default
This commit is contained in:
parent
a6ca6e7974
commit
1cea7669ef
1 changed files with 6 additions and 2 deletions
|
|
@ -34,8 +34,12 @@ in
|
|||
|
||||
programs.bash.enableCompletion = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Enable bash completion for all interactive bash shells.";
|
||||
default = false;
|
||||
description = ''
|
||||
Enable bash completion for all interactive bash shells.
|
||||
|
||||
NOTE. This doesn't work with bash 3.2, which is the default on macOS.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue