You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is is possible to set an alternative font for the prefix characters from within the config without having to change my terminal font to something that supports displaying these characters?
The text was updated successfully, but these errors were encountered:
Unfortunately terminals can't display multiple fonts at once (or rather I don't know any, that can do this), but I'm pretty sure, that your font can display some special chars. Check out this script:
#!/bin/bash
x=(0 1 2 3 4 5 6 7 8 9 A B C D E F)
forain {0..15};doforbin {0..15};doforcin {0..15};do
[[ $a-eq 0 &&$b-eq 0 &&$c-lt 2 ]] &&continueecho -en "\n${x[$a]}${x[$b]}${x[$c]}X: "fordin {0..15};doecho -en "\u${x[$a]}${x[$b]}${x[$c]}${x[$d]}"donedone;done;done
It prints all unicode chars. You can scroll it and find some working chars, that can be used in prefixes. You can edit prefixes in /home/$USER/.config/ptSh/config
Is is possible to set an alternative font for the prefix characters from within the config without having to change my terminal font to something that supports displaying these characters?
The text was updated successfully, but these errors were encountered: