nixpkgs/nixos/modules/programs/bash
Tor Hedin Brønner 9988224c2a nixos/programs/bash: Let bash-completion lazy load scripts
As described in detail here: https://github.com/NixOS/nixpkgs/issues/32533
bash will load completion scripts in $p/share/bash-completion/completions/ on
startup instead of letting bash-completion do it's lazy loading. Bash startup
will then slow down (very noticeable when bash-completion is installed in a
profile).

This commit leaves loading of scripts in the hands of bash-completion,
improving startup time for everyone using `enableCompletion`.

fixes #32533
2017-12-10 10:15:41 +01:00
..
bash.nix nixos/programs/bash: Let bash-completion lazy load scripts 2017-12-10 10:15:41 +01:00
inputrc nixos/bash: enable colors during completion 2016-07-09 20:51:31 +01:00