From b6683005b3a97450d8cecede82dd76eb2581b3c6 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Fri, 13 Sep 2024 23:01:23 +0500 Subject: [PATCH] Fix tmux plugin manager path --- .gitmodules | 5 ++++- components/tmux/tpm | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 components/tmux/tpm diff --git a/.gitmodules b/.gitmodules index ea82878..03f2f57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "components/tmux/tmp"] - path = components/tmux/tmp + path = components/tmux/tpm + url = https://github.com/tmux-plugins/tpm +[submodule "components/tmux/tpm"] + path = components/tmux/tpm url = https://github.com/tmux-plugins/tpm diff --git a/components/tmux/tpm b/components/tmux/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/components/tmux/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946