add cyrilic font to tty

This commit is contained in:
thek4n 2023-12-06 14:52:25 +03:00
parent b936c92e34
commit a4ad253356

View File

@ -1,5 +1,6 @@
if [[ "$TTY" =~ /dev/tty* ]]; then
setterm -blength=0
setfont cyr-sun16
fi