From 56ce8ec7d60207c45f78eae4367a959243e035b1 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Jun 2013 20:11:09 +0200 Subject: [PATCH] pushzshconfig 20.06.2013 20:11 --- myzsh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myzsh.sh b/myzsh.sh index 877c421..ca2813a 100644 --- a/myzsh.sh +++ b/myzsh.sh @@ -37,11 +37,11 @@ if [ -r $ZSH/lastrun ];then git remote rm origin git remote add origin https://github.com/beyondthewall/myzsh.git fi - cd - fi fi echo "running update of myzsh now.." - git pull origin master; cd - + git pull origin master + cd - echo $timestamp > $ZSH/lastrun fi else