mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Merge 9991401aaa into f2a927f9b2
This commit is contained in:
commit
9154e67128
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue