Load extra completion scripts

This commit is contained in:
Sonny 2018-04-23 20:19:11 +02:00
parent fe8b82842c
commit ce3c46da8f

View file

@ -92,3 +92,8 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
# enable extra completion scripts
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi