1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-29 09:50:59 +02:00

Update README.md

This commit is contained in:
Arash Rouhani 2015-05-06 21:33:40 +02:00
parent 928a945e99
commit 468485bf10

View File

@ -122,9 +122,16 @@ Default: `0`
## History ## History
This started as a optimized version of This started as a optimized version of the bash plugin
[autoenv](https://github.com/kennethreitz/autoenv) for Zsh, but grew a lot of [autoenv](https://github.com/kennethreitz/autoenv) but for Zsh, but grew a lot of
functionality on top of it (inspired by 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