diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d421349..5d3bd6c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -27,4 +27,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators' set -g @plugin 'tmux-plugins/tmux-battery' -run '/usr/share/tmux-plugin-manager/tpm' +run '~/.config/tmux/plugins/tpm/tpm' |