summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
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