From 133bc7c047f95055ccb74c49450a760493b5b750 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 25 Jan 2025 15:59:36 +0100 Subject: [PATCH] fix: fix plugins location --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 00bf86b..d9242b0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -65,4 +65,4 @@ set -g @plugin "nordtheme/tmux" # set -g @plugin 'git@bitbucket.com:user/plugin' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm' +run "${$HOME}/.config/tmux/plugins/tpm/tpm"