From d12918041f5609821e21b794198e2602e6018cab Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 19 Dec 2023 19:57:35 +0000
Subject: [PATCH] Changed pip-upgrade command for new pip version

---
 .gitmodules |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 025450e..d88f62f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,11 @@
 [submodule "emacs/.emacs.d"]
 	path = emacs/emacs.d
 	url = https://github.com/Chizi123/.emacs.d.git
-[submodule "zsh/.zsh/antigen"]
-	path = zsh/antigen
-	url = https://github.com/zsh-users/antigen.git
+	branch = main
+[submodule "zsh/antidote"]
+	path = zsh/antidote
+	url = https://github.com/mattmc3/antidote.git
+	branch = main
+[submodule "bash/ble.sh"]
+	path = bash/ble.sh
+	url = https://github.com/akinomyoga/ble.sh.git

--
Gitblit v1.9.3