diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-09-30 19:00:51 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-09-30 19:00:51 +0200 |
commit | f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6 (patch) | |
tree | 7bc8260febb6ca165edbdcf27309a907a1af4c28 /plugins/aws/aws.plugin.zsh | |
parent | a8828aad87a900605044da2bdda7994518ddf74e (diff) | |
download | zsh-f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6.tar.gz zsh-f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6.tar.bz2 zsh-f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6.zip |
Remove redundant bashcompinit calls
Fixes #9246
Diffstat (limited to 'plugins/aws/aws.plugin.zsh')
-rw-r--r-- | plugins/aws/aws.plugin.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |