dot/.zlogin

15 lines
204 B
Bash

#
# this is sourced for login shells after .zshrc
#
mesg y
date
uptime
[ -n "$SSH_AUTH_SOCK" ] &&
cd ~/dot &&
[ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
git pull &&
make install &&
touch .ts
cd ~