Using arch's consolefont property, no need to set it in zshrc

This commit is contained in:
Tom Willemsen 2011-02-13 17:27:37 +01:00
parent 5e02a37a53
commit 6d28c063f5

3
zshrc
View file

@ -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