dot/.zlogin

21 lines
309 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
2015-04-29 09:51:27 +02:00
2001-10-30 00:37:21 +01:00
[ -n "$SSH_AUTH_SOCK" ] &&
2017-02-13 20:17:11 +01:00
cd ~/dot &&
2001-10-30 00:37:21 +01:00
[ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
2015-04-29 09:51:27 +02:00
git pull &&
2001-10-30 00:37:21 +01:00
make install &&
touch .ts
2001-04-30 16:44:41 +02:00
cd ~