.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 23 Oct 2011 17:04:24 +0300
changeset 234 420c06da8fd1
parent 220 987a83ddd689
permissions -rwxr-xr-x
Fix mail signature file name.


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: