Created
May 6, 2023 02:29
-
-
Save cam8001/8820ed5d0d78fb05360c0c9370eed108 to your computer and use it in GitHub Desktop.
aws cli autocompletions for zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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