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