dots/bash/completion
2009-01-13 01:39:40 -06:00

3 lines
110 B
Text
Executable file

for file in /etc/bash_completion /opt/local/etc/bash_completion ; do
[ -f ${file} ] && . $file && break
done