From 03799af80e22f9374ed65c4ca4c2d706745089ee Mon Sep 17 00:00:00 2001 From: Rui Coelho Date: Sat, 5 Nov 2016 08:34:42 +0000 Subject: [PATCH] Integrate git-open module --- .gitmodules | 3 +++ modules/git-open/README.md | 17 +++++++++++++++++ modules/git-open/external | 1 + modules/git-open/init.zsh | 6 ++++++ 4 files changed, 27 insertions(+) create mode 100644 modules/git-open/README.md create mode 160000 modules/git-open/external create mode 100644 modules/git-open/init.zsh diff --git a/.gitmodules b/.gitmodules index 518a2795..896b6969 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/modules/git-open/README.md b/modules/git-open/README.md new file mode 100644 index 00000000..9ab5c381 --- /dev/null +++ b/modules/git-open/README.md @@ -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 + diff --git a/modules/git-open/external b/modules/git-open/external new file mode 160000 index 00000000..ce8fb125 --- /dev/null +++ b/modules/git-open/external @@ -0,0 +1 @@ +Subproject commit ce8fb125322907a5dd91ebfe7fd7937ac641c664 diff --git a/modules/git-open/init.zsh b/modules/git-open/init.zsh new file mode 100644 index 00000000..0c1ec5e7 --- /dev/null +++ b/modules/git-open/init.zsh @@ -0,0 +1,6 @@ +# +# Load git-open Module +# +source "${0:h}/external/git-open.plugin.zsh" + +