Files
dotfiles/dot_bash_it/completion/available/awscli.completion.bash
2022-05-05 22:20:02 +02:00

6 lines
114 B
Bash

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