Commit 6e2c0fbd625123a04bf91f1f681c3facd40c0156
1 parent
c3198e0aa0
Point autoenv example to my fork.
Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff
README.mkd
... | ... | @@ -47,9 +47,10 @@ utilities as small scripts all the time. Antigen is compatible with all of them. |
47 | 47 | The plugins and scripts don't need any special handling to be compatible with |
48 | 48 | antigen. |
49 | 49 | |
50 | -Another example, [kennethreitz's autoenv][autoenv]. Just a bundle command away. | |
50 | +Another example, [kennethreitz's autoenv][autoenv] (or [my fork][f-autoenv] of | |
51 | +it). Just a bundle command away. | |
51 | 52 | |
52 | - antigen-bundle kennethreitz/autoenv | |
53 | + antigen-bundle sharat87/autoenv | |
53 | 54 | |
54 | 55 | And boom! you have all the autoenv goodness. Just remember how you used to do |
55 | 56 | these before antigen, clone it, modify your bashrc to source it, load a new |
... | ... | @@ -588,6 +589,7 @@ Any comments/suggestions/feedback welcome. Please say hello to me |
588 | 589 | [page on themes]: https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
589 | 590 | [syntax highlighting plugin]: https://github.com/zsh-users/zsh-syntax-highlighting |
590 | 591 | [autoenv]: https://github.com/kennethreitz/autoenv |
592 | +[f-autoenv]: https://github.com/sharat87/autoenv | |
591 | 593 | [oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh |
592 | 594 | [cram]: https://bitheap.org/cram/ |
593 | 595 | [issue]: https://github.com/zsh-users/antigen/issues |