4 lines
91 B
Text
4 lines
91 B
Text
if [[ -r /usr/share/bash-completion/bash_completion ]]; then
|
|
BASH_COMPLETION_EXIST=1
|
|
fi
|
|
|