]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Update README.md
authorArash Rouhani <miffoljud@gmail.com>
Wed, 6 May 2015 19:33:40 +0000 (21:33 +0200)
committerDaniel Hahler <git@thequod.de>
Wed, 6 May 2015 21:05:24 +0000 (23:05 +0200)
blueyed: fixed some punctuation/grammar.

Closes https://github.com/Tarrasch/zsh-autoenv/pull/28.

README.md

index 0682bdb2e6a8b330c1b4750f463ca34967d29b79..fddb3542a51370e14358cf4c90dd1064de316a15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -122,9 +122,16 @@ Default: `0`
 
 ## History
 
-This started as a optimized version of
-[autoenv](https://github.com/kennethreitz/autoenv) for Zsh, but grew a lot of
-functionality on top of it (inspired by
-[smartcd](https://github.com/cxreg/smartcd)).
-
-The code was initially based on [Joshua Clayton](https://github.com/joshuaclayton)'s work.
+This started as an optimized version of the bash plugin
+[autoenv](https://github.com/kennethreitz/autoenv) but for Zsh, and grew a lot
+of functionality on top of it (inspired by [smartcd]).
+
+The code was initially based on
+[@joshuaclayton](https://github.com/joshuaclayton)'s dotfiles.
+In September 2013 [@Tarrasch](https://github.com/Tarrasch) packaged it into a
+nice [antigen]-compatible unit with integration tests. Since November 2014,
+[@blueyed](https://github.com/blueyed) took over and added many many nice
+features, mainly inspired by [smartcd].
+
+[antigen]: https://github.com/Tarrasch/antigen-hs
+[smartcd]: https://github.com/cxreg/smartcd