Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5f4e80a86fae
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8168671385b6
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 10, 2017

  1. nixos/programs/bash: Let bash-completion lazy load scripts

    As described in detail here: #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
    hedning committed Dec 10, 2017
    Copy the full SHA
    9988224 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    42973be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32534 from hedning/bashstartup

    nixos/programs/bash: Let bash-completion lazy load scripts
    orivej committed Dec 10, 2017
    Copy the full SHA
    8168671 View commit details
    Browse the repository at this point in the history