.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 26 Oct 2011 00:47:17 +0300
changeset 239 8f3d4826aec2
parent 220 987a83ddd689
permissions -rwxr-xr-x
Remove '$' sign from arithmetic contexts.


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: