Commit f87a23652e8eea2b283c29cbaaeafceea8d981c1

Authored by mj
1 parent da2345e281
Exists in master and in 2 other branches 02-merge, dev

[FIX] README.md

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -23,7 +23,7 @@ git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-
23 23 git remote add -f remote--zsh-user--antigen https://github.com/zsh-users/antigen.git && \
24 24 git subtree add --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash
25 25 - - - - - -
26   -git fetch remote--robbyrussell--oh-my-zsh && \
  26 +git fetch remote--zsh-user--antigen && \
27 27 git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen/master --squash
28 28  
29 29 ----------------------