david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 23:54:53 +02:00
parent 62d188a135
commit e88a5dc6a2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if [ -r $ZSH/lastrun ];then
echo "[myzsh]: forcing update now."
cd $ZSH
git pull origin master
cd -
cd - > /dev/null
echo $timestamp > $ZSH/lastrun
fi
else