git pull instead of cvs update
This commit is contained in:
parent
b769c51e52
commit
19b31fbde6
3
.zlogin
3
.zlogin
|
@ -10,10 +10,11 @@ then
|
||||||
fi
|
fi
|
||||||
date
|
date
|
||||||
uptime
|
uptime
|
||||||
|
|
||||||
[ -n "$SSH_AUTH_SOCK" ] &&
|
[ -n "$SSH_AUTH_SOCK" ] &&
|
||||||
cd ~/zdot &&
|
cd ~/zdot &&
|
||||||
[ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
|
[ -z "`find .ts -mtime -1 2>/dev/null`" ] &&
|
||||||
cvs update -d -P &&
|
git pull &&
|
||||||
make install &&
|
make install &&
|
||||||
touch .ts
|
touch .ts
|
||||||
cd ~
|
cd ~
|
||||||
|
|
Loading…
Reference in New Issue