From c77a02f4c3526387f7d45076f2219f44062dc3af Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 03 Oct 2023 03:29:49 +0000 Subject: [PATCH] Added ble.sh for bash completions --- .gitmodules | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6a2d298..d88f62f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ 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