david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 20.06.2013 20:05

This commit is contained in:
david 2013-06-20 20:05:17 +02:00
parent a4ee006615
commit f8b0c3d540
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ -r $ZSH/lastrun ];then
fi
fi
echo "running update of myzsh now.."
cd $ZSH; git pull origin master; cd -
git pull origin master; cd -
echo $timestamp > $ZSH/lastrun
fi
else