.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 13 Oct 2011 10:55:40 +0300
changeset 224 c73d2512617d
parent 220 987a83ddd689
permissions -rwxr-xr-x
use delek color schema


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: