ansible-role--bashrc/files/bashrc.d/99-system-bash-completion.sh

9 lines
198 B
Bash
Raw Normal View History

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