config-bash/completion.d/aws

7 lines
106 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
2019-03-19 10:56:58 +01:00
if ( which aws && which aws_completer ) &> /dev/null
then
complete -C aws_completer aws
fi