dot/.zlogin

20 lines
317 B
Plaintext
Raw Normal View History

#
# $Id: .zlogin,v 1.9 2003-08-10 17:09:17 hjp Exp $
#
# this is sourced for login shells after .zshrc
#
mesg y
1996-05-09 19:23:49 +02:00
if [ "`uname`" = "HP-UX" ]
then
ps -fu $LOGNAME
fi
date
1999-04-01 12:13:33 +02:00
uptime
2001-10-30 00:37:21 +01:00
[ -n "$SSH_AUTH_SOCK" ] &&
cd ~/zdot &&
[ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
cvs update -d -P &&
make install &&
touch .ts
2001-04-30 16:44:41 +02:00
cd ~