sh/shell/bash/completion.sh

6 lines
93 B
Bash
Raw Normal View History

2024-11-12 06:58:17 +00:00
file="/usr/share/bash-completion/bash_completion"
2023-05-09 20:02:34 +00:00
2024-11-12 06:58:17 +00:00
if [ -f "${file}" ]; then
. "${file}"
2023-05-09 20:02:34 +00:00
fi