Skip to content

Instantly share code, notes, and snippets.

@MohamedKari
Last active March 3, 2020 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedKari/7d12a86fbd0d4d656ac9adc3770b6b63 to your computer and use it in GitHub Desktop.
Save MohamedKari/7d12a86fbd0d4d656ac9adc3770b6b63 to your computer and use it in GitHub Desktop.
Install AWS CLI auto complete
brew install zsh-completions
autoload -Uz compinit
compinit
autoload bashcompinit && bashcompinit
source /usr/local/share/zsh/site-functions/_aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment