From 95d223aa8a048d510ddebf5bc5439d10f7069faa Mon Sep 17 00:00:00 2001 From: bXV0ZQ <44335359+bXV0ZQ@users.noreply.github.com> Date: Thu, 23 Apr 2020 16:32:04 +0200 Subject: [PATCH] prompt: Fix git submodule path for 'pure' with actual path WARNING: This will require synchronizing submodules' remote URL configuration setting to the value specified in `.gitmodules` by doing: `git submodule sync --recursive` in your Prezto location. Signed-off-by: Indrajit Raychaudhuri --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b2337aea..301ae41f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,7 +16,7 @@ [submodule "modules/prompt/external/agnoster"] path = modules/prompt/external/agnoster url = https://github.com/agnoster/agnoster-zsh-theme.git -[submodule "modules/prompt/functions/pure"] +[submodule "modules/prompt/external/pure"] path = modules/prompt/external/pure url = https://github.com/sindresorhus/pure.git [submodule "modules/fasd/external"]