david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 20.06.2013 19:59

This commit is contained in:
david 2013-06-20 19:59:42 +02:00
parent 1c22c9efbc
commit 2bb5793234
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ timestamp=$(date +%s)
if [ -r $ZSH/lastrun ];then
lastrun=$(cat $ZSH/lastrun)
if [ $((lastrun+604800)) -le $timestamp ]; then
cd $ZSH; git remote -v | grep -i bitbucket >> /dev/null
cd $ZSH; git remote -v | grep -i bitbucket >> /dev/null; cd -
if [ $? -eq 0 ]; then
choice=""
echo "myzsh moved to github.com. unfortunately your"