mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Update submodules URLs to use git URLs explicitly
Even though GitHub redirects git calls based on user-agent, using git URLs consistently is preferable.
This commit is contained in:
parent
24b710f545
commit
eddbdd9416
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "modules/autosuggestions/external"]
|
[submodule "modules/autosuggestions/external"]
|
||||||
path = modules/autosuggestions/external
|
path = modules/autosuggestions/external
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
||||||
[submodule "modules/history-substring-search/external"]
|
[submodule "modules/history-substring-search/external"]
|
||||||
path = modules/history-substring-search/external
|
path = modules/history-substring-search/external
|
||||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||||
@ -21,4 +21,4 @@
|
|||||||
url = https://github.com/sindresorhus/pure.git
|
url = https://github.com/sindresorhus/pure.git
|
||||||
[submodule "modules/fasd/external"]
|
[submodule "modules/fasd/external"]
|
||||||
path = modules/fasd/external
|
path = modules/fasd/external
|
||||||
url = https://github.com/clvv/fasd
|
url = https://github.com/clvv/fasd.git
|
||||||
|
Loading…
Reference in New Issue
Block a user