From b456a72a472a9881e46bbd4c151013a3d37a941f Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 09:03:12 +0200 Subject: [PATCH] fix tmux --- .config/tmux/tmux.conf.d/plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf.d/plugins.conf b/.config/tmux/tmux.conf.d/plugins.conf index 7870e9f..d5db9ff 100644 --- a/.config/tmux/tmux.conf.d/plugins.conf +++ b/.config/tmux/tmux.conf.d/plugins.conf @@ -2,4 +2,4 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'catppuccin/tmux' source-file ~/.config/tmux/tmux.conf.d/styles.conf -run "~/.tmux/plugins/tpm/tpm" \ No newline at end of file +run "~/.config/tmux/plugins/tpm/tpm" \ No newline at end of file