dot/.zlogin

15 lines
204 B
Plaintext
Raw Normal View History

#
# this is sourced for login shells after .zshrc
#
mesg y
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 ~