This commit is contained in:
Hadrien Lanneau 2014-07-01 07:48:03 +00:00
commit f62551026a

View file

@ -1,5 +1,6 @@
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
cd "$ZSH"
git stash
if git pull --rebase --stat origin master
then
printf '\033[0;32m%s\033[0m\n' ' __ __ '
@ -13,4 +14,4 @@ then
else
printf '\033[0;31m%s\033[0m\n' 'There was an error updating. Try again later?'
fi
git stash apply