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