.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 03 Nov 2011 14:32:50 +0200
changeset 261 d8ec70cb1e4c
parent 220 987a83ddd689
permissions -rwxr-xr-x
Enable hgext.purge.


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: