submodule repos ssh -> https
This commit is contained in:
parent
8e4fc03038
commit
de48f8b873
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule "modules/history-substring-search/external"]
|
||||
path = modules/history-substring-search/external
|
||||
url = git@github.com:zsh-users/zsh-history-substring-search.git
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||
[submodule "modules/completion/external"]
|
||||
path = modules/completion/external
|
||||
url = git@github.com:zsh-users/zsh-completions.git
|
||||
url = https://github.com/zsh-users/zsh-completions.git
|
||||
[submodule "modules/syntax-highlighting/external"]
|
||||
path = modules/syntax-highlighting/external
|
||||
url = git@github.com:zsh-users/zsh-syntax-highlighting.git
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 82f5eb17ecee1f18b3ce3d8a93761a51235cab78
|
||||
Subproject commit 38c3ac8831159187bac26dc22ac60c92d680064f
|
Reference in New Issue
Block a user