]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/direnv/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / direnv / README.md
1 # direnv plugin
2
3 This plugin creates the [Direnv](https://direnv.net/) hook.
4
5 To use it, add `direnv` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... direnv)
9 ```
10
11 ## Requirements
12
13 In order to make this work, you will need to have the direnv installed.
14
15 More info on the usage and install: https://github.com/direnv/direnv