From 6ebf27b8d34c760e25749790ea78dcb0c220d76b Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Mon, 5 Oct 2020 17:20:02 +0200 Subject: Revert "Remove redundant bashcompinit calls" This reverts commit f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6. Fixes #9314 --- plugins/aws/aws.plugin.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/aws/aws.plugin.zsh') diff --git a/plugins/aws/aws.plugin.zsh b/plugins/aws/aws.plugin.zsh index ecf78b2c2..7994963c3 100644 --- a/plugins/aws/aws.plugin.zsh +++ b/plugins/aws/aws.plugin.zsh @@ -64,6 +64,7 @@ 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