diff options
| Commit | ce64d7af6cd5985eb135a86e43eec08d7b4d5aed (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2025-03-01 12:19:31 +0200 |
| Committer | Syndamia <kamen@syndamia.com> | 2025-03-01 12:19:31 +0200 |
| Files | 29d0958e351eca0afc614d9ff742b9552d45f4bf | |
| dotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.tar dotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.tar.gz dotfiles-ce64d7af6cd5985eb135a86e43eec08d7b4d5aed.zip | ||
| Parent | ced5a262c457c08305efdadb47a226b32681bfed (diff) | |
fix(bash): Fix alternative fonts replacing all fonts in colors function
1 files changed, 1 insertions, 0 deletions
| -rw-r--r-- | .bashrc | 1 |
@@ -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 ==' |
