From 082a9563671920906f2bd400b03eca3b3034e802 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 22 Feb 2005 18:22:34 +0000 Subject: [PATCH] Don't trust $TERM. --- .zprofile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.zprofile b/.zprofile index 57e0626..cd7af30 100644 --- a/.zprofile +++ b/.zprofile @@ -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 $$`