diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-22 10:23:31 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-22 10:23:31 +0530 |
commit | a2860b969e97e47a2b1c0ddb7161adb5b35c06f3 (patch) | |
tree | 200edcb7ccb2a6f8df6fbef43e74c13e9c3aa7a6 | |
parent | 3b887240d1d9189be7f4adf75f3e71277b7ca833 (diff) |
-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 + |