Integrate autoenv module

This commit is contained in:
Rui Coelho 2016-10-28 12:19:06 +01:00
parent 364b041754
commit e82c7987f9
4 changed files with 25 additions and 0 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "modules/zsh-notify/external"]
path = modules/zsh-notify/external
url = https://github.com/marzocchi/zsh-notify.git
[submodule "modules/autoenv/external"]
path = modules/autoenv/external
url = https://github.com/horosgrisa/autoenv

16
modules/autoenv/README.md Normal file
View file

@ -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

5
modules/autoenv/init.zsh Normal file
View file

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