johnhamelink / env-zsh

Automatically load environment variables from a .env file in your current working directory, triggered when you change directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference to autoenv?

AlecRust opened this issue · comments

This looks interesting, but I was wondering how it compares to https://github.com/hyperupcall/autoenv and how it's different?

  • env-zsh only works with zsh
  • env-zsh is very simple and has no configuration requirements other than loading the file
  • As with autoenv, you should probably use direnv.