Skip to content

Instantly share code, notes, and snippets.

@valter-silva-au
Created November 3, 2021 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valter-silva-au/c7281757c05d6594fd3137b1224d5574 to your computer and use it in GitHub Desktop.
Save valter-silva-au/c7281757c05d6594fd3137b1224d5574 to your computer and use it in GitHub Desktop.
if [ -f $(brew --prefix)/etc/bash_completion.d/git-completion.bash ]; then
. $(brew --prefix)/etc/bash_completion.d/git-completion.bash
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