aws cli autocompletions for zsh
This file contains 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