From 60d48e9809523cc4a18ddf8663b9b183af5bb41a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 8 Aug 2022 09:21:26 +0300 Subject: Fixed subdmodule paths not in .gitmodules --- .gitmodules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3