This commit is contained in:
Deepu Sud 2013-04-12 05:56:37 -07:00
commit 9154e67128

View file

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