Skip to content

Commit

Permalink
Add update statistics
Browse files Browse the repository at this point in the history
After the upgrade is interesting to know what's new.
  • Loading branch information
TuiKiken committed Nov 21, 2013
1 parent 9f5a895 commit 7c56364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
cd "$ZSH"
if git pull --rebase origin master
if git pull --rebase --stat origin master
then
printf '\033[0;32m%s\033[0m\n' ' __ __ '
printf '\033[0;32m%s\033[0m\n' ' ____ / /_ ____ ___ __ __ ____ _____/ /_ '
Expand Down

0 comments on commit 7c56364

Please sign in to comment.