Integrate git-open module
This commit is contained in:
parent
4f19700919
commit
03799af80e
4 changed files with 27 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/git-open/external"]
|
||||
path = modules/git-open/external
|
||||
url = https://github.com/paulirish/git-open
|
||||
|
|
17
modules/git-open/README.md
Normal file
17
modules/git-open/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
git-open
|
||||
====
|
||||
|
||||
[git-open][1] opens the repo website (GitHub, GitLab, Bitbucket) in your browser.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
The authors of this module should be contacted via the [issue tracker][2].
|
||||
|
||||
- [Rui Coelho](https://github.com/rjcoelho)
|
||||
- [Paul Irish](https://github.com/paulirish)
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
|
||||
[1]: https://github.com/paulirish/git-open
|
||||
[2]: https://github.com/sorin-ionescu/prezto/issues
|
||||
|
1
modules/git-open/external
Submodule
1
modules/git-open/external
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ce8fb125322907a5dd91ebfe7fd7937ac641c664
|
6
modules/git-open/init.zsh
Normal file
6
modules/git-open/init.zsh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# Load git-open Module
|
||||
#
|
||||
source "${0:h}/external/git-open.plugin.zsh"
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue