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

9 lines
189 B
Bash
Raw Permalink Normal View History

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