mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
hooray for getting xterm-256color to work on Solaris 5
This commit is contained in:
parent
34a3ac7816
commit
3b3f002528
1 changed files with 6 additions and 0 deletions
6
zshrc
6
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue