]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/autoenv/README.md
5dfb5fbe81d897dbf4a24c8274a9a1a944d98f7d
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / autoenv / README.md
1 # Autoenv plugin
2
3 This plugin loads the [Autoenv](https://github.com/inishchith/autoenv).
4
5 To use it, add `autoenv` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... autoenv)
9 ```
10
11 ## Functions
12
13 * `use_env()`: creates and/or activates a virtualenv. For use in `.env` files.
14   See the source code for details.
15
16 ## Requirements
17
18 In order to make this work, you will need to have the autoenv installed.
19
20 More info on the usage and install at [the project's homepage](https://github.com/inishchith/autoenv).