.bashrc
changeset 258 e3c456cab7ba
parent 257 dfdd1c36beca
child 262 fd0adcd27f18
equal deleted inserted replaced
257:dfdd1c36beca 258:e3c456cab7ba
   123 # canonicalize path (including resolving symlinks)
   123 # canonicalize path (including resolving symlinks)
   124 # alias realpath='readlink -f'
   124 # alias realpath='readlink -f'
   125 
   125 
   126 # Special case for CYGWIN to properly display russian letters in rxvt.
   126 # Special case for CYGWIN to properly display russian letters in rxvt.
   127 # Don't forget set in Windows SHELL=/bin/bash. If default SHELL is sh then .bashrc will not be read.
   127 # Don't forget set in Windows SHELL=/bin/bash. If default SHELL is sh then .bashrc will not be read.
   128 if [ -n "$COMSPEC" ]; then
   128 if [ x$OSTYPE = xcygwin ]; then
   129   if [ x$OSTYPE = xcygwin ]; then
   129   export LANG=ru_RU.CP1251
   130     export LANG=ru_RU.CP1251
   130   # Avoid permission problem in Cygwin.
   131     # Avoid permission problem in Cygwin.
   131   umask 0000
   132     umask 0000
       
   133   fi
       
   134 fi
   132 fi
   135 
   133 
   136 export PATH=$PATH:~/usr/bin
   134 export PATH=$PATH:~/usr/bin
   137 
   135 
   138 if [ -z "$MANPATH" ]; then
   136 if [ -z "$MANPATH" ]; then