From ce64d7af6cd5985eb135a86e43eec08d7b4d5aed Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 1 Mar 2025 12:19:31 +0200 Subject: fix(bash): Fix alternative fonts replacing all fonts in colors function --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 09930fc..a6b4f75 100644 --- a/.bashrc +++ b/.bashrc @@ -404,6 +404,7 @@ EOF for i in {0..9} n {10..20} n {21..29} n {50..62} n {63..75} do try_code sgr "$i" + printf '\e[10m' # Alternate fonts fix done echo echo '== 4 bit colors ==' -- cgit v1.2.3