mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
3 lines
110 B
Text
Executable file
3 lines
110 B
Text
Executable file
for file in /etc/bash_completion /opt/local/etc/bash_completion ; do
|
|
[ -f ${file} ] && . $file && break
|
|
done
|