]> Sergey Matveev's repositories - zsh-autoenv.git/blob - README.md
16e3cd049a850bdadb6f00ce5ac17d87c9312595
[zsh-autoenv.git] / README.md
1 # Autoenv for zsh
2
3 This is is a zsh optimized version of
4 [autoenv](https://github.com/kennethreitz/autoenv)
5
6 ## Why a zsh version
7
8   * Auto-completion will work rather than vomit
9   * No stupid error messages
10   * It's elegant to use the built in `chpwd_functions`
11
12 ## Installation
13
14 Using [antigen](https://github.com/zsh-users/antigen)
15
16     antigen-bundle Tarrasch/zsh-autoenv
17
18 ## Credits
19
20 The code was mostly copied from [Joshua Clayton](https://github.com/joshuaclayton)