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