#!/bin/bash
if ( which aws && which aws_completer ) &> /dev/null
then
complete -C aws_completer aws
fi