From f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 30 Sep 2020 19:00:51 +0200 Subject: Remove redundant bashcompinit calls Fixes #9246 --- plugins/aws/aws.plugin.zsh | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/aws/aws.plugin.zsh') diff --git a/plugins/aws/aws.plugin.zsh b/plugins/aws/aws.plugin.zsh index 7994963c3..ecf78b2c2 100644 --- a/plugins/aws/aws.plugin.zsh +++ b/plugins/aws/aws.plugin.zsh @@ -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() { -- cgit v1.2.3-70-g09d2