.bash_completion
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 06 Oct 2011 17:25:48 +0300
changeset 221 aa682f0b1e7b
parent 220 987a83ddd689
permissions -rwxr-xr-x
Show host name to distinct local and remote shell (when ssh was used).


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: