.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 28 Oct 2011 01:58:57 +0300
changeset 247 d8e5862d3991
parent 220 987a83ddd689
permissions -rwxr-xr-x
Switch files to RestructuredText.


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: