.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 07 Oct 2011 18:28:32 +0300
changeset 223 1ce3922d21e6
parent 220 987a83ddd689
permissions -rwxr-xr-x
Add doc.


if [[ -s ~/.bash_completion.d ]]; then
  for f in ~/.bash_completion.d/* ~/.bash_completion.d/.*; do
    . $f
  done
fi

# Local variables:
# mode: shell-script
# End: