Merge sorin-ionescu/prezto/pull/1222

This commit is contained in:
Federico Castagnini 2016-12-28 23:58:19 -05:00
commit b1bbbdef8d
No known key found for this signature in database
GPG key ID: B8F54AA3DB400B54
4 changed files with 25 additions and 0 deletions

3
.gitmodules vendored
View file

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

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"