To get russian locale on console you need to send special escape sequence
(\033(K). By default that happens in /etc/default.d/lang.sh that is NOT
sourced by zsh (it does not execute /etc/profile.d/*.sh by default).
What is the reason for not doing it? Besides, why it in /etc/zshrc? It
actually belongs to /etc/zprofile. Suggestion is to move sourcing of
profile.d into /etc/zprofile and do it by default.
This also is a good occasion to build zsh-4 rpm :-)
Anybodu knows a way to get russian on console without sending the above
escape?
-andrej