Skip to content

Commit

Permalink
Make aws_bash_completer working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Fale committed Jan 7, 2016
1 parent 6f7dc9a commit c51688d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/aws_bash_completer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Typically that would be added under /etc/bash_completion.d,
# /usr/local/etc/bash_completion.d, etc.
# Typically that would be added under one of the following paths:
# - /etc/bash_completion.d
# - /usr/local/etc/bash_completion.d
# - /usr/share/bash-completion/completions

# Adopted from bash completion for ant
have aws_completer && \
complete -C aws_completer aws
complete -C aws_completer aws

0 comments on commit c51688d

Please sign in to comment.