From a4ad25335675503ad22ffeab0f35701ad345428f Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 6 Dec 2023 14:52:25 +0300 Subject: [PATCH] add cyrilic font to tty --- home/user/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.zprofile b/home/user/.zprofile index fe1728b..0a32608 100644 --- a/home/user/.zprofile +++ b/home/user/.zprofile @@ -1,5 +1,6 @@ if [[ "$TTY" =~ /dev/tty* ]]; then setterm -blength=0 + setfont cyr-sun16 fi