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

6 lines
112 B
Plaintext

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