ansible-role--bashrc/files/bashrc.d/99-misc-completion.sh

9 lines
189 B
Bash
Raw Normal View History

2015-11-17 11:07:59 +00:00
##
# BASH COMPLETION
#
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
2015-11-17 23:57:38 +00:00