dot/.zlogin

8 lines
81 B
Bash

setopt ignoreeof
mesg y
if [ "`uname`" = "HP-UX" ]
then
ps -fu $LOGNAME
fi
date