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

5 lines
91 B
Plaintext
Raw Normal View History

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