1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-29 11:10:11 +03:00
zsh-autoenv/README.md
2014-12-04 07:58:45 +01:00

25 lines
729 B
Markdown

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Tarrasch/zsh-autoenv/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Build Status](https://travis-ci.org/Tarrasch/zsh-autoenv.svg?branch=master)](https://travis-ci.org/Tarrasch/zsh-autoenv)
# Autoenv for zsh
This is is a zsh optimized version of
[autoenv](https://github.com/kennethreitz/autoenv)
## Why a zsh version
* Auto-completion will work rather than vomit
* No stupid error messages
* It's elegant to use the built in `chpwd_functions`
## Installation
Using [antigen](https://github.com/zsh-users/antigen)
antigen-bundle Tarrasch/zsh-autoenv
## Credits
The code was mostly copied from [Joshua Clayton](https://github.com/joshuaclayton)