From 0b7323bd7280a79e1a845ba31922a2d0ac7b208e Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 27 Jul 2010 21:35:29 -0700 Subject: [PATCH] stupid variable has to be set --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index f522d28..5692735 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,9 @@ bindkey "^I" expand-or-complete-prefix umask 022 # Fix $TERM +if [ -f /etc/termcap ] ; then + export TERMCAP=/etc/termcap +fi case "$TERM" in rxvt-unicode) export TERM=rxvt;; rxvt-256color) export TERM=rxvt;;