From b85c04a5bdbf64866a0f9a2b8a0f02fc16120bfa Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 16 Mar 2021 08:30:56 +0000 Subject: [PATCH] Fix loading of dquilt completions --- roles/home-cli/files/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index f249fdf..d62dcc4 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -162,6 +162,7 @@ alias zlu="zypper list-updates" if [ -f /usr/share/bash-completion/completions/quilt ] then + . /usr/share/bash-completion/completions/quilt complete -F _quilt_completion -o filenames dquilt fi