Skip to content

Instantly share code, notes, and snippets.

@marcelocorreia
Last active October 25, 2019 22:02
Show Gist options
  • Save marcelocorreia/8f155a0b8323bbf12578e65bfda60c37 to your computer and use it in GitHub Desktop.
Save marcelocorreia/8f155a0b8323bbf12578e65bfda60c37 to your computer and use it in GitHub Desktop.
$ brew install bash-completion
Add the following snippet to your ~/.bash_profile.
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
complete -C '/usr/local/bin/aws_completer' aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment