.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Oct 2011 17:39:12 +0300
changeset 255 dc8e50b55c7e
parent 220 987a83ddd689
permissions -rwxr-xr-x
Small command usage improvement.


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: