dotfiles.2022/_home/dot_sz.shrc.d/bash.pre/10_check_completion
2022-08-11 20:05:07 -04:00

5 lines
112 B
Text

if [[ -r /usr/share/bash-completion/bash_completion ]]; then
BASH_COMPLETION_EXIST=1
shopt -s direxpand
fi