From 468485bf10e9ad783590e6e88916c7a10369fa75 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Wed, 6 May 2015 21:33:40 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0682bdb..69529f9 100644 --- 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 +This started as a optimized version of the bash plugin +[autoenv](https://github.com/kennethreitz/autoenv) but for Zsh, but grew a lot of functionality on top of it (inspired by -[smartcd](https://github.com/cxreg/smartcd)). +[smartcd]). -The code was initially based on [Joshua Clayton](https://github.com/joshuaclayton)'s work. +The code was initially based on [@joshuaclayton](https://github.com/joshuaclayton)'s dotfiles. +In September 2013 [@Tarrasch](https://github.com/Tarrasch) packaged 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 from [smartcd] + +[antigen]: https://github.com/Tarrasch/antigen-hs +[smartcd]: https://github.com/cxreg/smartcd