Merge sorin-ionescu/prezto/pull/1222
This commit is contained in:
commit
b1bbbdef8d
4 changed files with 25 additions and 0 deletions
3
.gitmodules
vendored
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
|
||||
|
|
16
modules/autoenv/README.md
Normal file
16
modules/autoenv/README.md
Normal 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
|
1
modules/autoenv/external
Submodule
1
modules/autoenv/external
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a82f007782cd9794bfc6f1f49792fd8f644f7870
|
5
modules/autoenv/init.zsh
Normal file
5
modules/autoenv/init.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Load autoenv Module
|
||||
#
|
||||
source "${0:h}/external/autoenv.plugin.zsh"
|
||||
|
Loading…
Add table
Reference in a new issue