Merge pull request #49746 from NixOS/fix-nixos-bash-completion-comment
nixos: programs.bash: Fix comment about completion
This commit is contained in:
commit
2adb521d3d
@ -16,7 +16,7 @@ let
|
|||||||
# programmable completion. If we do, enable all modules installed in
|
# programmable completion. If we do, enable all modules installed in
|
||||||
# the system and user profile in obsolete /etc/bash_completion.d/
|
# the system and user profile in obsolete /etc/bash_completion.d/
|
||||||
# directories. Bash loads completions in all
|
# directories. Bash loads completions in all
|
||||||
# $XDG_DATA_DIRS/share/bash-completion/completions/
|
# $XDG_DATA_DIRS/bash-completion/completions/
|
||||||
# on demand, so they do not need to be sourced here.
|
# on demand, so they do not need to be sourced here.
|
||||||
if shopt -q progcomp &>/dev/null; then
|
if shopt -q progcomp &>/dev/null; then
|
||||||
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
|
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user