Switch gitmodules to https
This commit is contained in:
parent
3ac73d2f43
commit
cfa8d2dad8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue