diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5ec3787..1ee381a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule ".config/zsh/plugins/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"] + path = .config/zsh/plugins/zsh-autosuggestions + url = /home/master/.config/zsh/plugins/zsh-autosuggestions +[submodule ".config/zsh/plugins/zsh-history-substring-search"] + path = .config/zsh/plugins/zsh-history-substring-search + url = /home/master/.config/zsh/plugins/zsh-history-substring-search |