dot/.zprofile

7 lines
80 B
Plaintext
Raw Normal View History

1996-02-06 10:59:50 +01:00
echo TERM=$TERM
eval `echo TERM=$TERM`
if [ -f "$EXEC" ]
then
source $EXEC
fi