dot/.zprofile

8 lines
90 B
Plaintext
Raw Normal View History

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