From 903d8a19d9b5bcaaac8da39b65b6f38885563bb1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 2 Feb 2011 13:07:23 +0100 Subject: Tamsyn font for linux console and submodule updates * Added a few lines to my zshrc to switch the font when logging in on a TTY. * Updated all the submodules. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index fbd0458..60d46f1 100644 --- a/zshrc +++ b/zshrc @@ -86,3 +86,6 @@ if [ -z $EMACS ]; then ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue' fi +if [ "$TERM" = "linux" ]; then + setfont /usr/share/kbd/consolefonts/Tamsyn8x15r.psf +fi -- cgit v1.2.3-54-g00ecf