Re: [PATCH] util/bash-completion: Load scripts on demand

2024-02-08 Thread Daniel Kiper
On Tue, Jan 30, 2024 at 02:41:10PM +0800, Gary Lin via Grub-devel wrote: > There are two system directories for bash-completion scripts. One is > /usr/share/bash-completion/completions and the other is > /etc/bash_completion.d/. The 'etc' scripts are loaded in advance and > for backward compatibili

[PATCH] util/bash-completion: Load scripts on demand

2024-01-29 Thread Gary Lin via Grub-devel
There are two system directories for bash-completion scripts. One is /usr/share/bash-completion/completions and the other is /etc/bash_completion.d/. The 'etc' scripts are loaded in advance and for backward compatibility while the 'usr' scripts are loaded on demand. To load scripts on demand, it re