.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 18 Oct 2011 17:48:42 +0300
changeset 229 c351b7891093
parent 220 987a83ddd689
permissions -rwxr-xr-x
Add own style for HG to print date in ISO 8601 format.


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: