diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,6 +104,11 @@ export GPG=TTY=$(tty) # tmux export TERM="xterm-256color" +# EGA/VGA font (used with ArchLinux in pre-Xorg session) +if [ -z $DESKTOP_SESSION ]; then + setfont LatGrkCyr-8x16 +fi + # Optional |
