dot/.zprofile

8 lines
90 B
Bash

umask 022
echo TERM=$TERM
eval `echo TERM=$TERM`
if [ -f "$EXEC" ]
then
source $EXEC
fi