Skip to content

Instantly share code, notes, and snippets.

@itiut
Last active November 22, 2016 06:02
Show Gist options
  • Save itiut/13f1a097655dc00a2a08fa684d295d3c to your computer and use it in GitHub Desktop.
Save itiut/13f1a097655dc00a2a08fa684d295d3c to your computer and use it in GitHub Desktop.
Autoload zsh completion for aws-cli installed by Homebrew
#compdef aws
if [ -e /usr/local/share/zsh/site-functions/_aws ]; then
source /usr/local/share/zsh/site-functions/_aws
fi
_aws() {
:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment