8.nix-darwin/modules
Väinö Järvelä e1000fc1a6
bash: Let bash load completions lazily
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 #101
2020-01-21 12:18:28 +01:00
..
documentation doc: fix module references 2019-05-04 21:23:53 +02:00
environment order the environment 2019-02-21 15:57:51 -08:00
examples lnl: load :u packages in current instead of a subshell 2019-09-24 00:27:53 +02:00
fonts fonts: rewrite activation 2019-02-17 11:31:40 +01:00
launchd launchd: fix type of inetdCompatibility 2018-01-01 23:03:11 +01:00
lib whitespace 2017-12-13 22:58:18 +01:00
networking networking: don't set NetBIOSName 2018-01-17 20:09:24 +01:00
nix nix: fix useDaemon conditions 2019-07-01 21:24:29 +02:00
programs bash: Let bash load completions lazily 2020-01-21 12:18:28 +01:00
security sandbox: add missing option descriptions 2019-05-04 14:46:24 +02:00
services Revert "Add hercules-ci-agent" 2019-09-10 15:50:19 +02:00
system Merge pull request #155 from toonn/defaults-write-GlobalPreferences 2019-09-01 09:58:01 +02:00
time time: skip activation if nothing is enabled 2018-01-12 22:24:34 +01:00
users users: gate the creation with an option, false by default and use createhomedir 2019-02-24 22:13:45 +01:00
alias.nix activation: rename pre/post hooks 2018-01-13 17:12:02 +01:00
module-list.nix Revert "Add hercules-ci-agent" 2019-09-10 15:50:19 +02:00