Don't trust $TERM.

This commit is contained in:
hjp 2005-02-22 18:22:34 +00:00
parent 4e0add0070
commit 082a956367
1 changed files with 1 additions and 7 deletions

View File

@ -1,15 +1,9 @@
#
# $Id: .zprofile,v 1.13 2005-02-22 11:23:55 hjp Exp $
# $Id: .zprofile,v 1.14 2005-02-22 18:22:34 hjp Exp $
#
# this is sourced for login shells after .zshenv but before .zshrc
#
umask 022
echo TERM=$TERM
eval `echo TERM=$TERM`
if [ -f "$EXEC" ]
then
source $EXEC
fi
if [ -f /usr/local/bin/findsock ]
then
sock=`findsock $$`