summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-02-13 17:27:37 +0100
committerGravatar Tom Willemsen2011-02-13 17:27:37 +0100
commit6d28c063f5501215092470e6f9a6a810958c4f49 (patch)
treec323437168712ed8df1394e49fc0802ec786530a /zshrc
parent5e02a37a538346118fac353ad2a9ff97b415dd47 (diff)
downloaddotfiles-6d28c063f5501215092470e6f9a6a810958c4f49.tar.gz
dotfiles-6d28c063f5501215092470e6f9a6a810958c4f49.zip
Using arch's consolefont property, no need to set it in zshrc
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 0 insertions, 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