Merge pull request #19046 from rycee/bump/bash-completion

Bump bash completion to 2.4
This commit is contained in:
Peter Simons
2016-09-28 18:39:24 +02:00
committed by GitHub
9 changed files with 20 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ let
# programmable completion. If we do, enable all modules installed in
# the system (and user profile).
if shopt -q progcomp &>/dev/null; then
. "${pkgs.bashCompletion}/etc/profile.d/bash_completion.sh"
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
nullglobStatus=$(shopt -p nullglob)
shopt -s nullglob
for p in $NIX_PROFILES; do