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`