david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 20.06.2013 20:11

This commit is contained in:
david 2013-06-20 20:11:09 +02:00
parent f8b0c3d540
commit 56ce8ec7d6
1 changed files with 2 additions and 2 deletions

View File

@ -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