From 414953ae5f6384703716514e6c4a70eeefe27c53 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 7 Oct 2016 21:12:06 -0400 Subject: [PATCH] bash completion support for awscli and awsebcli --- .../Library/bashrc.d/200.aws-python-module-bash-completion.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh diff --git a/custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh b/custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh new file mode 100644 index 0000000..b4c6db9 --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh @@ -0,0 +1,4 @@ +# bash completion for awscli +source `which aws_bash_completer` +# bash completion for elastic beanstalk +source `which eb_completion.bash`