Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | fix(dotenv): actually exit when .env syntax is broken | Marc Cornellà | |
2022-01-19 | fix(dotenv): match for exact directory path in allowed/disallowed files | Marc Cornellà | |
2021-07-07 | fix(dotenv): draw confirmation prompt in next empty line | Marc Cornellà | |
Without this fix the confirmation prompt appears wherever the cursor is, which means that it might appear in the command line when using a widget that changes the directory without redrawing the prompt (an example of this are the dircycle and dirhistory plugins). | |||
2020-07-11 | dotenv: add never option to confirmation prompt (#9102) | Jakob Hellermann | |
2020-03-23 | dotenv: add agree-once improvement to confirmation prompt (#8729) | Jędrzej Lewandowski | |
* dotenv: add possibility to agree once for a given .env file * refactor: fix code style * Use :A modifier instead of readlink. Thanks Aloxaf * Use grep and clean up allowed list check logic * Simplify and reorder file; change default allowed list path * Add new feature to README * Make sure ZSH_CACHE_DIR is defined * Resolve symlinks in $PWD before storing in allowed list Co-authored-by: Aloxaf <bailong104@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-13 | dotenv: fix prompt newline | Marc Cornellà | |
2020-02-13 | dotenv: add ZSH_DOTENV_PROMPT config (#8624) | Maxime Richard | |
2020-02-12 | dotenv: prompt before executing dotenv file (#8606) | Mazin Ahmed | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-05-19 | dotenv: add support for custom env file names (#7861) | Arshad Kazmi | |
2018-08-08 | dotenv: test and warn of incorrect.env syntax | Marc Cornellà | |
Fixes #6337 | |||
2018-08-07 | dotenv: call function on startup | Marc Cornellà | |
Fixes #7017 | |||
2018-07-10 | Fix dotenv plugin accepted file format and clarify README (#6093) | Arthur | |
* Fix dotenv plugin accepted file format * clarify README and add disclaimer section | |||
2016-12-14 | add dotenv plugin (#4373) | Arthur | |