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

9 lines
189 B
Bash
Raw Normal View History

2024-07-12 12:12:40 +00:00
##
# BASH COMPLETION
#
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi