1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

enable bash autocomplete by default

This commit is contained in:
Domen Kožar 2014-12-08 12:05:56 +01:00
parent 3ce89ba002
commit ee8e15fe76

View file

@ -105,7 +105,7 @@ in
};
enableCompletion = mkOption {
default = false;
default = true;
description = ''
Enable Bash completion for all interactive bash shells.
'';