.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 31 Oct 2011 15:36:18 +0200
changeset 260 20940d2e3421
parent 220 987a83ddd689
permissions -rwxr-xr-x
Add URL.


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: