mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
README: clarify that it won't load any .env file
This commit is contained in:
parent
d6f37dbeb6
commit
631ea30440
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
# Autoenv for Zsh
|
# Autoenv for Zsh
|
||||||
|
|
||||||
zsh-autoenv automatically sources `.env` files, typically used in project
|
zsh-autoenv automatically sources (known/whitelisted) `.env` files, typically
|
||||||
root directories.
|
used in project root directories.
|
||||||
|
|
||||||
It handles "enter" and leave" events, nesting, and stashing of
|
It handles "enter" and leave" events, nesting, and stashing of
|
||||||
variables (overwriting and restoring).
|
variables (overwriting and restoring).
|
||||||
@ -14,8 +14,9 @@ variables (overwriting and restoring).
|
|||||||
|
|
||||||
- Support for enter and leave events, which can use the same file.
|
- Support for enter and leave events, which can use the same file.
|
||||||
By default `.env` is used for entering, and `.env_leave` for leaving.
|
By default `.env` is used for entering, and `.env_leave` for leaving.
|
||||||
- Asks for confirmation / authentication before sourcing a `.env` file, and
|
- Interactively asks for confirmation / authentication before sourcing an
|
||||||
remembers whitelisted files by its hash.
|
unknown `.env` file, and remembers whitelisted files by their hashed
|
||||||
|
content.
|
||||||
- Test suite.
|
- Test suite.
|
||||||
- Written in Zsh.
|
- Written in Zsh.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user