summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-02-02 13:07:23 +0100
committerGravatar Tom Willemsen2011-02-02 13:07:23 +0100
commit903d8a19d9b5bcaaac8da39b65b6f38885563bb1 (patch)
tree2884afaa2b4c5dc9915c6960a641366fe24944c0 /zshrc
parentaae89b5f0e8fbc0f03b13d15077ba7f6c4ce3467 (diff)
downloaddotfiles-903d8a19d9b5bcaaac8da39b65b6f38885563bb1.tar.gz
dotfiles-903d8a19d9b5bcaaac8da39b65b6f38885563bb1.zip
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.
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
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