2003-08-10 19:09:17 +02:00
|
|
|
#
|
|
|
|
# this is sourced for login shells after .zshrc
|
|
|
|
#
|
1995-06-02 12:48:24 +02:00
|
|
|
mesg y
|
1997-07-19 16:25:48 +02:00
|
|
|
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 ~
|