# Try to load cyrillic support if current terminal - linux console
if [ "$TERM" == "linux" -a -x "`which cyr`" ]; then
    cyr
fi
