
# @(#).profile	1.1
# Prototype .profile: read on login to "sh"
PS1="$LOGNAME: "
# Set up EXINIT (used by vi)
EXINIT="set redraw"
export EXINIT
exec MENU
