From c58e75ca82e7e521d1cd7dd73087b8340100cef7 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Fri, 18 Dec 2015 03:49:51 -0500 Subject: [PATCH] add pure prompt --- .gitmodules | 3 +++ modules/prompt/external-themes/pure | 1 + modules/prompt/functions/async | 1 + modules/prompt/functions/prompt_pure_setup | 1 + 4 files changed, 6 insertions(+) create mode 160000 modules/prompt/external-themes/pure create mode 120000 modules/prompt/functions/async create mode 120000 modules/prompt/functions/prompt_pure_setup diff --git a/.gitmodules b/.gitmodules index fbf00d1..ab0a8af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "modules/syntax-highlighting/external"] path = modules/syntax-highlighting/external url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "modules/prompt/external-themes/pure"] + path = modules/prompt/external-themes/pure + url = https://github.com/sindresorhus/pure.git diff --git a/modules/prompt/external-themes/pure b/modules/prompt/external-themes/pure new file mode 160000 index 0000000..264658d --- /dev/null +++ b/modules/prompt/external-themes/pure @@ -0,0 +1 @@ +Subproject commit 264658de3742b2c82211ef08193302e8cbf1714f diff --git a/modules/prompt/functions/async b/modules/prompt/functions/async new file mode 120000 index 0000000..0429419 --- /dev/null +++ b/modules/prompt/functions/async @@ -0,0 +1 @@ +../external-themes/pure/async.zsh \ No newline at end of file diff --git a/modules/prompt/functions/prompt_pure_setup b/modules/prompt/functions/prompt_pure_setup new file mode 120000 index 0000000..30f245d --- /dev/null +++ b/modules/prompt/functions/prompt_pure_setup @@ -0,0 +1 @@ +../external-themes/pure/pure.zsh \ No newline at end of file