Merge branch 'master' of github.com:dhou/oh-my-zsh

This commit is contained in:
Damien Hou 2012-05-14 23:10:10 -07:00
commit 16fa1b5867

View file

@ -1,6 +1,6 @@
current_path=`pwd` current_path=`pwd`
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh" printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
cd $ZSH cd "$ZSH"
if git pull origin master if git pull origin master
then then