.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 28 Oct 2011 02:07:16 +0300
changeset 248 d973da9767d8
parent 220 987a83ddd689
permissions -rwxr-xr-x
Fix RST formatting.


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: