Commit f47020b
committed
Point to /usr/share/bash-completion/completions for system bash completions
/etc/bash_completion.d works too, but the downside is that everything
there is loaded eagerly at bash_completion load time, slowing down shell
startup.
From /usr/share/bash-completion/completions completion files are loaded
on demand. This mechanism is available as of bash-completion version 2
and later, just like the ~/.local/share/bash-completion/completions one
that is already suggested for user-specific completions.1 parent c91ee06 commit f47020b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments