summaryrefslogtreecommitdiff
path: root/plugins/dotenv/dotenv.plugin.zsh
AgeCommit message (Collapse)Author
2021-07-07fix(dotenv): draw confirmation prompt in next empty lineMarc 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-11dotenv: add never option to confirmation prompt (#9102)Jakob Hellermann
2020-03-23dotenv: 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-13dotenv: fix prompt newlineMarc Cornellà
2020-02-13dotenv: add ZSH_DOTENV_PROMPT config (#8624)Maxime Richard
2020-02-12dotenv: prompt before executing dotenv file (#8606)Mazin Ahmed
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-05-19dotenv: add support for custom env file names (#7861)Arshad Kazmi
2018-08-08dotenv: test and warn of incorrect.env syntaxMarc Cornellà
Fixes #6337
2018-08-07dotenv: call function on startupMarc Cornellà
Fixes #7017
2018-07-10Fix dotenv plugin accepted file format and clarify README (#6093)Arthur
* Fix dotenv plugin accepted file format * clarify README and add disclaimer section
2016-12-14add dotenv plugin (#4373)Arthur