dotfiles.2022/_home/dot_sz.shrc.d/bash.pre/10_check_completion

5 lines
91 B
Text
Raw Normal View History

2022-08-03 22:43:35 -04:00
if [[ -r /usr/share/bash-completion/bash_completion ]]; then
BASH_COMPLETION_EXIST=1
fi