tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
enable bash autocomplete by default
Domen Kožar
11 years ago
ee8e15fe
3ce89ba0
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
programs
bash
bash.nix
+1
-1
nixos/modules/programs/bash/bash.nix
···
105
105
};
106
106
107
107
enableCompletion = mkOption {
108
108
-
default = false;
108
108
+
default = true;
109
109
description = ''
110
110
Enable Bash completion for all interactive bash shells.
111
111
'';