summaryrefslogtreecommitdiff
path: root/plugins/aws/aws.plugin.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-10-05 17:20:02 +0200
committerMarc Cornellà <marc.cornella@live.com>2020-10-05 17:20:02 +0200
commit6ebf27b8d34c760e25749790ea78dcb0c220d76b (patch)
treeac9259c048331b40541ea29aa04cd1d949381328 /plugins/aws/aws.plugin.zsh
parentfbb2b56c7ecd3c4873be805e004f70fa442e7c45 (diff)
downloadzsh-6ebf27b8d34c760e25749790ea78dcb0c220d76b.tar.gz
zsh-6ebf27b8d34c760e25749790ea78dcb0c220d76b.tar.bz2
zsh-6ebf27b8d34c760e25749790ea78dcb0c220d76b.zip
Revert "Remove redundant bashcompinit calls"
This reverts commit f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6. Fixes #9314
Diffstat (limited to 'plugins/aws/aws.plugin.zsh')
-rw-r--r--plugins/aws/aws.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
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() {