hooray for getting xterm-256color to work on Solaris 5

This commit is contained in:
David Alexander Majnemer 2008-11-25 23:46:15 -06:00
parent 34a3ac7816
commit 3b3f002528

6
zshrc
View file

@ -116,6 +116,12 @@ case `uname -s` in
elif (which glocate &> /dev/null) ; then
alias locate='glocate'
fi
# sorta hacky, but I cannot find a better way to do this :/
if [[ `which infocmp` = /opt/csw/bin/infocmp ]] ; then
export TERMINFO=/opt/csw/share/terminfo
export TERM=$TERM
fi
;;
esac