.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 20 Oct 2011 11:51:10 +0300
changeset 231 84c9533f2675
parent 220 987a83ddd689
permissions -rwxr-xr-x
I prefer EN man pages.


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: