.bashrc
changeset 219 35ff28da5c85
parent 216 27e5bda72c38
child 221 aa682f0b1e7b
--- a/.bashrc	Wed Sep 28 15:33:51 2011 +0300
+++ b/.bashrc	Wed Sep 28 15:39:38 2011 +0300
@@ -121,6 +121,7 @@
   # Under Cygwin bash completition start a long time.
   if [ ! "$OSTYPE" = cygwin ]; then
     . /etc/bash_completion
+  else
     # But load local completion anyway.
     if [ -f ~/.bash_completion ]; then
       . ~/.bash_completion