2016-10-08 01:12:06 +00:00
|
|
|
# bash completion for awscli
|
2016-10-19 22:29:12 +00:00
|
|
|
if which aws_bash_completer 2>&1 >/dev/null; then
|
|
|
|
source `which aws_bash_completer`
|
|
|
|
fi
|
2016-10-08 01:12:06 +00:00
|
|
|
# bash completion for elastic beanstalk
|
2016-10-19 22:29:12 +00:00
|
|
|
if which eb_completion.bash 2>&1 >/dev/null; then
|
|
|
|
source `which eb_completion.bash`
|
|
|
|
fi
|