Submodules no longer rely on ssh config

This commit is contained in:
2024-03-07 11:29:37 -07:00
parent 9ce94344a5
commit 8ee47ab5a6

6
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule ".local/lib/zsh/zsh-syntax-highlighting"]
path = .local/lib/zsh/zsh-syntax-highlighting
url = github:zsh-users/zsh-syntax-highlighting
url = git@github.com:zsh-users/zsh-syntax-highlighting
[submodule ".local/lib/zsh/zsh-autosuggestions"]
path = .local/lib/zsh/zsh-autosuggestions
url = github:zsh-users/zsh-autosuggestions
url = git@github.com:zsh-users/zsh-autosuggestions
[submodule ".local/lib/zsh/zsh-history-substring-search"]
path = .local/lib/zsh/zsh-history-substring-search
url = github:zsh-users/zsh-history-substring-search
url = git@github.com:zsh-users/zsh-history-substring-search