From e2f101f3ce53386d68a311edf9b2ecc62858e53f Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 10 Apr 2025 14:15:48 +0200 Subject: [PATCH] update tmux tpm path --- dot_config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 48c103a..7f92c47 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -75,7 +75,7 @@ set -g @plugin "nordtheme/tmux" -run '~/.tmux/plugins/tpm/tpm' +run '~/.config/tmux/plugins/tpm/tpm' set -g @plugin 'tmux-plugins/tmux-yank'