5 lines
112 B
Text
5 lines
112 B
Text
if [[ -r /usr/share/bash-completion/bash_completion ]]; then
|
|
BASH_COMPLETION_EXIST=1
|
|
shopt -s direxpand
|
|
fi
|
|
|