#!/bin/bash

if (command -v aws && command -v aws_completer) &>/dev/null; then
  complete -C aws_completer aws
fi