Added useful comment.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Mar 2010 15:17:32 +0200
changeset 34 cddddb009921
parent 33 961fa02a30ff
child 35 20fbd437b2fa
Added useful comment.
.bashrc
--- 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