From d9831aa59c8f1888789e960edaaf24abe598a21a Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 25 May 2025 20:35:54 +0200 Subject: [PATCH] addet submodules --- .gitmodules | 4 ++++ bash | 1 + 2 files changed, 5 insertions(+) create mode 160000 bash diff --git a/.gitmodules b/.gitmodules index 6d11f4f..4a63170 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = dotfiles/.config/nvim url = https://git.k4li.de/dotfiles/nvim-mini branch = main +[submodule "bash"] + path = bash + url = https://git.k4li.de/dotfiles/bash.git + branch = main diff --git a/bash b/bash new file mode 160000 index 0000000..74357e7 --- /dev/null +++ b/bash @@ -0,0 +1 @@ +Subproject commit 74357e75d7e2817a0544099fd6833069484c2fd9