1
0
Fork 0

Support autoenv module

pull/1222/head
Rui Coelho 8 years ago
parent 4f19700919
commit 2d931ef07f

3
.gitmodules vendored

@ -19,3 +19,6 @@
[submodule "modules/autosuggestions/external"]
path = modules/autosuggestions/external
url = https://github.com/tarruda/zsh-autosuggestions
[submodule "modules/autoenv/external"]
path = modules/autoenv/external
url = https://github.com/horosgrisa/autoenv

@ -0,0 +1,16 @@
+autoenv
====
[autoenv][1] automatically sources (known/whitelisted) .env and .out files.
Authors
-------
The iauthors of this module should be contacted via the [issue tracker][2].
- [Rui Coelho](https://github.com/rjcoelho)
- [Grigorii Horos](https://github.com/horosgrisa)
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/horosgrisa/autoenv
[2]: https://github.com/sorin-ionescu/prezto/issues

@ -0,0 +1 @@
Subproject commit a82f007782cd9794bfc6f1f49792fd8f644f7870

@ -0,0 +1,5 @@
#
# Load autoenv Module
#
source "${0:h}/external/autoenv.plugin.zsh"
Loading…
Cancel
Save