From f9a036f57b0b1bc37a900d70985d54df3635d962 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Tue, 16 Apr 2013 17:37:13 +0200 Subject: [PATCH] add submodule for github.com/Tarrasch/zsh-functional --- .gitmodules | 3 +++ modules/functional/README.md | 22 ++++++++++++++++++++++ modules/functional/external | 1 + modules/functional/init.zsh | 9 +++++++++ 4 files changed, 35 insertions(+) create mode 100644 modules/functional/README.md create mode 160000 modules/functional/external create mode 100644 modules/functional/init.zsh diff --git a/.gitmodules b/.gitmodules index 7a7a7b5e..68aed890 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "modules/completion/external"] path = modules/completion/external url = https://github.com/zsh-users/zsh-completions.git +[submodule "modules/functional/external"] + path = modules/functional/external + url = git://github.com/Tarrasch/zsh-functional.git diff --git a/modules/functional/README.md b/modules/functional/README.md new file mode 100644 index 00000000..066f6c37 --- /dev/null +++ b/modules/functional/README.md @@ -0,0 +1,22 @@ +Syntax Highlighting +=================== + +Integrates [zsh-functional][1] into Prezto. + +Contributors +------------ + +New features and bug fixes should be submitted to the +[zsh-functional][1] project according to its rules and regulations. +This module will be synchronized against it. + +Authors +------- + +*The authors of this module should be contacted via the [issue tracker][3].* + + - [Sorin Ionescu](https://github.com/sorin-ionescu) + +[1]: https://github.com/zsh-users/zsh-syntax-highlighting +[3]: https://github.com/sorin-ionescu/prezto/issues + diff --git a/modules/functional/external b/modules/functional/external new file mode 160000 index 00000000..0dffe1c3 --- /dev/null +++ b/modules/functional/external @@ -0,0 +1 @@ +Subproject commit 0dffe1c33a24a8a49196cf0892eec8fc49c5b15d diff --git a/modules/functional/init.zsh b/modules/functional/init.zsh new file mode 100644 index 00000000..ce8165ec --- /dev/null +++ b/modules/functional/init.zsh @@ -0,0 +1,9 @@ +# +# adds functinal programming capabilities. +# +# Authors: +# Sorin Ionescu +# Tobias Mayer +# + +source "${0:h}/external/functional.plugin.zsh"