mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 04:42:16 +08:00
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 <irc@indrajit.com>
This commit is contained in:
parent
742c1ea26f
commit
95d223aa8a
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -16,7 +16,7 @@
|
|||||||
[submodule "modules/prompt/external/agnoster"]
|
[submodule "modules/prompt/external/agnoster"]
|
||||||
path = modules/prompt/external/agnoster
|
path = modules/prompt/external/agnoster
|
||||||
url = https://github.com/agnoster/agnoster-zsh-theme.git
|
url = https://github.com/agnoster/agnoster-zsh-theme.git
|
||||||
[submodule "modules/prompt/functions/pure"]
|
[submodule "modules/prompt/external/pure"]
|
||||||
path = modules/prompt/external/pure
|
path = modules/prompt/external/pure
|
||||||
url = https://github.com/sindresorhus/pure.git
|
url = https://github.com/sindresorhus/pure.git
|
||||||
[submodule "modules/fasd/external"]
|
[submodule "modules/fasd/external"]
|
||||||
|
Loading…
Reference in New Issue
Block a user