# Typically that would be added under /etc/bash_completion.d,
# /usr/local/etc/bash_completion.d, etc.

# Adopted from bash completion for ant
have aws_completer && \
     complete -C aws_completer aws
