Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles

This commit is contained in:
Hunter Haugen 2010-08-09 14:55:37 -07:00
commit 6f86540a67
2 changed files with 5 additions and 2 deletions

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