diff --git a/repos/README.md b/repos/README.md index 0b39e22..02e1fc1 100644 --- a/repos/README.md +++ b/repos/README.md @@ -12,7 +12,7 @@ git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussel git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash - - - - - - git fetch remote--robbyrussell--oh-my-zsh && \ -git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash ---------------------- @@ -24,7 +24,7 @@ git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash - - - - - - git fetch remote--zsh-user--antigen && \ -git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash ----------------------