1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-19 21:53:29 +01:00

Merge pull request #1706 from keyvez/master

Fixes Issue#1705
This commit is contained in:
Robby Russell
2013-04-11 14:57:06 -07:00

View File

@@ -1,4 +1,5 @@
current_path=`pwd` current_path=`pwd`
current_path=${current_path/ /\\ }
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