From bbacbcccdca9da1268b72c46a0da4ff018522290 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 12 Jan 2023 23:57:47 +0000 Subject: [PATCH] Changed termux downloader to yt-dlp and added download path --- .gitmodules | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitmodules b/.gitmodules index b7db458..6aaf43e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "emacs/.emacs.d"] - path = emacs/.emacs.d + path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.git +[submodule "zsh/antidote"] + path = zsh/antidote + url = https://github.com/mattmc3/antidote.git -- Gitblit v1.9.3