less charset for russian support

This commit is contained in:
thek4n 2025-07-02 11:10:11 +03:00
parent f54bff0fda
commit 0d6810f374

View File

@ -22,6 +22,7 @@ export LESS="-nMWiSRx4 --mouse -j2 -# 1 -+X -+F"
if command -v "lesspipe.sh" &>/dev/null; then if command -v "lesspipe.sh" &>/dev/null; then
export LESSOPEN="| lesspipe.sh %s" export LESSOPEN="| lesspipe.sh %s"
fi fi
export LESSCHARSET=utf-8
export LC_TIME="ru_RU.UTF-8" export LC_TIME="ru_RU.UTF-8"