From 631ea3044056ca76f72e077107779fcb5bce444e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 14 May 2015 01:36:33 +0200 Subject: [PATCH] README: clarify that it won't load any .env file --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fddb354..d755996 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # Autoenv for Zsh -zsh-autoenv automatically sources `.env` files, typically used in project -root directories. +zsh-autoenv automatically sources (known/whitelisted) `.env` files, typically +used in project root directories. It handles "enter" and leave" events, nesting, and stashing of variables (overwriting and restoring). @@ -14,8 +14,9 @@ variables (overwriting and restoring). - Support for enter and leave events, which can use the same file. By default `.env` is used for entering, and `.env_leave` for leaving. - - Asks for confirmation / authentication before sourcing a `.env` file, and - remembers whitelisted files by its hash. + - Interactively asks for confirmation / authentication before sourcing an + unknown `.env` file, and remembers whitelisted files by their hashed + content. - Test suite. - Written in Zsh. -- 2.44.0