.bashrc
changeset 74 06fb23a66904
parent 57 99d0eb7974d6
child 93 afa75cfe3d17
--- a/.bashrc	Tue May 04 23:08:25 2010 +0300
+++ b/.bashrc	Thu May 06 09:34:39 2010 +0300
@@ -95,7 +95,10 @@
 
 # Use bash-completion, if available.
 if [ -f /etc/bash_completion ]; then
-  . /etc/bash_completion
+  # Under Cygwin bash completition start a long time.
+  if [ ! "$OSTYPE" = cygwin ]; then
+    . /etc/bash_completion
+  fi
 fi
 if [ -f $HOME/usr/etc/bash_completion ]; then
   . $HOME/usr/etc/bash_completion