bash completion support for awscli and awsebcli

This commit is contained in:
Jeffrey Paul 2016-10-07 21:12:06 -04:00
parent dfc42a0210
commit 414953ae5f
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# bash completion for awscli
source `which aws_bash_completer`
# bash completion for elastic beanstalk
source `which eb_completion.bash`