How to change default fonts for a shell ?
Is this same as changing fonts for xTerm. I am using JeOS, would like change the fonts, as all of the work i do is in terminal. Second i would prefer if i can change XTerm's fonts, rather than bash's. I am planning to shift to zsh or fishshell. Any Recommendations for the shell.
|
|
|||
|
|
Shells don't have fonts, but the terminal they run in probably does. Change the font for xTerm. |
|||||||||
|
|
First you have to find out what type your terminal is. Issue "echo $TERM" and if it is
you have to change the font in the terminal emulation software you use (putty, hyperterm, whatever). xterm or aixterm right-click into the window while you hold down the ALT-key (or the CTRL-key? not sure, just try) and select a different size from the upcoming menu. To change the fonts selected by the menu entries (if you do not like them altogether) enter the appropriate X-resource string into your "$HOME/.Xdefaults" file. Here is an example, which will add a font with german diacriticals ("Umlauts") to the XTerm font menu and label it "ISO8859-Charset": Code:
dtterm simply select "Options" from the menu. To make the change lasting change the preferences of CDE. |
|||
|