From 6d28c063f5501215092470e6f9a6a810958c4f49 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 13 Feb 2011 17:27:37 +0100 Subject: Using arch's consolefont property, no need to set it in zshrc --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index 60d46f1..fbd0458 100644 --- a/zshrc +++ b/zshrc @@ -86,6 +86,3 @@ 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