Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created May 6, 2023 02:29
Show Gist options
  • Save cam8001/8820ed5d0d78fb05360c0c9370eed108 to your computer and use it in GitHub Desktop.
Save cam8001/8820ed5d0d78fb05360c0c9370eed108 to your computer and use it in GitHub Desktop.
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