Commit 9991401a authored by Deepu Sudhakar's avatar Deepu Sudhakar
Browse files

Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path)

parent 0ab0e67e
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment