ansible-role--bashrc/files/bashrc.d/99-system-bash-completion.sh
@@@No user configured@@@ 0609db4265 Add bashrc module.
2015-11-17 12:07:59 +01:00

9 lines
198 B
Bash

#!/bin/sh
##
# BASH COMPLETION
#
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi