From e562996f5c7056fa773a6e78cded83db45605ac5 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 26 Dec 2023 11:02:48 +0000 Subject: [PATCH] Increase bash history length and add git repo info to prompt --- .gitmodules | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.gitmodules b/.gitmodules index b7db458..d88f62f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "emacs/.emacs.d"] - path = emacs/.emacs.d + path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.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