Switch gitmodules to https

This commit is contained in:
LordMathis 2023-02-08 21:26:51 +01:00
parent 3ac73d2f43
commit cfa8d2dad8
1 changed files with 5 additions and 5 deletions

10
.gitmodules vendored
View File

@ -1,15 +1,15 @@
[submodule ".zsh/ohmyzsh"]
path = .zsh/ohmyzsh
url = git@github.com:ohmyzsh/ohmyzsh.git
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = git@github.com:zsh-users/zsh-syntax-highlighting.git
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = git@github.com:zsh-users/zsh-autosuggestions.git
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = git@github.com:zsh-users/zsh-completions.git
url = https://github.com/zsh-users/zsh-completions.git
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
url = git@github.com:zsh-users/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search