LANG=ru_RU.CP1251 is no longer useful for Cygwin.
--- a/.env Wed May 18 16:49:25 2016 +0300
+++ b/.env Fri May 27 22:44:47 2016 +0300
@@ -13,10 +13,7 @@
# Note debian/ubuntu users should install the ncurses-term package to support this
# export TERM=xterm-256color
-# 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 [[ $OSTYPE = cygwin ]]; then
- export LANG=ru_RU.CP1251
# Avoid permission problem in Cygwin.
umask 0000
fi