Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created May 6, 2023 02:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
aws cli autocompletions for zsh
# after doing `brew install awscli`, add the following to the bottom of your .zshrc:
autoload bashcompinit && bashcompinit
source /opt/homebrew/share/zsh/site-functions/aws_zsh_completer.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment