diff options
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b8e58d1..81acd18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,15 @@ +[submodule ".zsh/alien"] + path = .zsh/alien + url = https://github.com/eendroroy/alien.git + [submodule ".zsh/homelander"] path = .zsh/homelander url = https://gitlab.com/Syndamia/homelander.git + +[submodule ".zsh/zsh-history-substring-search"] + path = .zsh/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search.git + +[submodule ".zsh/zsh-syntax-highlighting"] + path = .zsh/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git |
