mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos: enable bash command completion by default
Because it improves out-of-the-box user experience a lot (IMHO). (zsh completion is already on by default.) Remove "programs.bash.enableCompletion = true" from nixos-generate-config.pl, which feels superflous now.
This commit is contained in:
parent
da8fc391a0
commit
80b6513fbf
2 changed files with 1 additions and 2 deletions
|
@ -110,7 +110,7 @@ in
|
|||
};
|
||||
|
||||
enableCompletion = mkOption {
|
||||
default = false;
|
||||
default = true;
|
||||
description = ''
|
||||
Enable Bash completion for all interactive bash shells.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue