Browse code

Adding some candy to the upgrade script

Robby Russell authored on 03/06/2010 at 20:01:41
Showing 1 changed files
... ...
@@ -1,6 +1,12 @@
1 1
 current_path=`pwd`
2 2
 echo "Upgrading Oh My Zsh"
3 3
 ( cd $ZSH && git pull origin master )
4
+echo '         __                                     __  '
5
+echo '  ____  / /_     ____ ___  __  __   ____  _____/ /_ '
6
+echo ' / __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \ '
7
+echo '/ /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / / '
8
+echo '\____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/  '
9
+echo '                        /____/'
4 10
 echo "Hooray! Oh My Zsh has been updated and/or is at the current version. \nAny new updates will be reflected when you start your next terminal session."
5 11
 echo "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh"
6 12
 cd $current_path
7 13
\ No newline at end of file