.bashrc
changeset 34 cddddb009921
parent 32 031655c93305
child 41 d410aac55409
--- a/.bashrc	Tue Mar 16 14:53:36 2010 +0200
+++ b/.bashrc	Tue Mar 16 15:17:32 2010 +0200
@@ -82,6 +82,7 @@
 # alias realpath='readlink -f'
 
 # Special case for CYGWIN to properly display russian letters in rxvt.
+# Don't forget set in Windows SHELL=/bin/bash. If default SHELL is sh then .bashrc will not be read.
 if [ -n "$COMSPEC" ]; then
   if [ x$OSTYPE = xcygwin ]; then
     export LANG=ru_RU.CP1251