.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 27 Oct 2011 11:36:47 +0300
changeset 250 405b343c1214
parent 220 987a83ddd689
permissions -rwxr-xr-x
Add remainder how debug.


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: