Files
bash-it/completion/available/awscli.completion.bash
2021-09-19 21:58:48 -07:00

7 lines
113 B
Bash

# shellcheck shell=bash
if _command_exists aws_completer
then
complete -C "$(command -v aws_completer)" aws
fi