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