We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f4508c4 commit c4f6745Copy full SHA for c4f6745
nixos/modules/programs/bash/bash.nix
@@ -16,7 +16,7 @@ let
16
# programmable completion. If we do, enable all modules installed in
17
# the system and user profile in obsolete /etc/bash_completion.d/
18
# directories. Bash loads completions in all
19
- # $XDG_DATA_DIRS/share/bash-completion/completions/
+ # $XDG_DATA_DIRS/bash-completion/completions/
20
# on demand, so they do not need to be sourced here.
21
if shopt -q progcomp &>/dev/null; then
22
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
0 commit comments