diff --git a/.bashrc b/.bashrc index 422a1da..0914909 100644 --- a/.bashrc +++ b/.bashrc @@ -69,7 +69,7 @@ completions=( "yay" ) -for file in $completions +for file in ${completions[@]} do source "/usr/share/bash-completion/completions/$file" done