From 6158cfd9266ce8d157ce1234ac09a5ade32d681c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 5 Jul 2021 21:57:34 -0700 Subject: [PATCH] Move tmux tpm plugin dir to data directory --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6f12183..90ed685 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -63,7 +63,7 @@ bind -r C-l select-window -t :+ # Plugins ################################################################################ -set-environment -g TMUX_PLUGIN_MANAGER_PATH $XDG_CONFIG_HOME/tmux/plugins +set-environment -g TMUX_PLUGIN_MANAGER_PATH $XDG_DATA_HOME/tmux/plugins set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-open'