dot/.zprofile

7 lines
80 B
Bash

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