Submodules no longer rely on ssh config
This commit is contained in:
parent
9ce94344a5
commit
8ee47ab5a6
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
|||||||
[submodule ".local/lib/zsh/zsh-syntax-highlighting"]
|
[submodule ".local/lib/zsh/zsh-syntax-highlighting"]
|
||||||
path = .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"]
|
[submodule ".local/lib/zsh/zsh-autosuggestions"]
|
||||||
path = .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"]
|
[submodule ".local/lib/zsh/zsh-history-substring-search"]
|
||||||
path = .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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user