Skip to content

Commit

Permalink
add aws cli completer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Wooters committed Sep 7, 2021
1 parent 6ad01fd commit 164810a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ elif [ "$(uname -s)" == "Linux" ]; then

fi

if [ -f "/usr/local/bin/aws_completer" ]; then
complete -C '/usr/local/bin/aws_completer' aws
fi

if [ -f "${HOME}/.git-completion.bash" ]; then
source ${HOME}/.git-completion.bash
Expand Down

0 comments on commit 164810a

Please sign in to comment.