Commit d8e700c1 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1651 from deepusudhakar/master

Escape $ZSH path in upgrade_oh_my_zsh
parents f2a927f9 9991401a
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
......
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