8 lines
189 B
Bash
8 lines
189 B
Bash
|
|
##
|
|
# BASH COMPLETION
|
|
#
|
|
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
|
. /etc/bash_completion
|
|
fi
|
|
|