stupid variable has to be set

This commit is contained in:
Hunter Haugen 2010-07-27 21:35:29 -07:00
parent 97d6ecf001
commit 0b7323bd72

3
.zshrc
View file

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