diff --git a/repos/README.md b/repos/README.md index 02e1fc1..92c92cf 100644 --- a/repos/README.md +++ b/repos/README.md @@ -27,6 +27,16 @@ git fetch remote--zsh-user--antigen && \ git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash ---------------------- +---------------------- + +**Update** +---------- +git fetch remote--robbyrussell--oh-my-zsh && \ +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash && \ +git fetch remote--zsh-user--antigen && \ +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash + +---------------------- That's all, Folks!