diff options
-rw-r--r-- | .gitmodules | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 1ee381a..1e3afc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,13 @@ -[submodule ".config/zsh/plugins/fast-syntax-highlighting"] +[submodule "fast-syntax-highlighting"] path = .config/zsh/plugins/fast-syntax-highlighting url = https://github.com/zdharma-continuum/fast-syntax-highlighting -[submodule ".config/zsh/plugins/zsh-syntax-highlighting"] +[submodule "zsh-syntax-highlighting"] path = .config/zsh/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting -[submodule ".config/zsh/plugins/zsh-autosuggestions"] +[submodule "zsh-autosuggestions"] path = .config/zsh/plugins/zsh-autosuggestions - url = /home/master/.config/zsh/plugins/zsh-autosuggestions -[submodule ".config/zsh/plugins/zsh-history-substring-search"] + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh-history-substring-search"] path = .config/zsh/plugins/zsh-history-substring-search - url = /home/master/.config/zsh/plugins/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search + |