my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
336 B

3 years ago
  1. # direnv plugin
  2. This plugin creates the [Direnv](https://direnv.net/) hook.
  3. To use it, add `direnv` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... direnv)
  6. ```
  7. ## Requirements
  8. In order to make this work, you will need to have the direnv installed.
  9. More info on the usage and install: https://github.com/direnv/direnv