summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-03-01 12:19:31 +0200
committerSyndamia <kamen@syndamia.com>2025-03-01 12:19:31 +0200
commitce64d7af6cd5985eb135a86e43eec08d7b4d5aed (patch)
tree29d0958e351eca0afc614d9ff742b9552d45f4bf
parentced5a262c457c08305efdadb47a226b32681bfed (diff)
downloaddotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.tar
dotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.tar.gz
dotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.zip
fix(bash): Fix alternative fonts replacing all fonts in colors function
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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 =='