Remove redundant bashcompinit calls

Fixes #9246
This commit is contained in:
Marc Cornellà
2020-09-30 19:00:51 +02:00
parent a8828aad87
commit f776af2a1f
5 changed files with 2 additions and 10 deletions

View File

@ -64,7 +64,6 @@ fi
# AWS CLI v2 comes with its own autocompletion. Check if that is there, otherwise fall back
if command -v aws_completer &> /dev/null; then
autoload -Uz bashcompinit && bashcompinit
complete -C aws_completer aws
else
function _awscli-homebrew-installed() {