.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 05 Dec 2011 00:41:55 +0200
changeset 272 558a19eb6af8
parent 220 987a83ddd689
permissions -rwxr-xr-x
Replace shell with X server to save memory.


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: