summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-08 21:55:12 -0600
committerzachir <zachir@librem.one>2024-02-08 22:04:10 -0600
commit881fb04020a42f37c7383a634f682b608c3d2398 (patch)
treea1225ef4847d4a429ebe37ef69c42481dc50ce3a /tmux
parentd5549cea2e3750c0f9bc566645c90227603da7ba (diff)
tmux: Use user-installed tpm rather than the system path
This uses the path from the github install guide for tpm, so it should work if you just copy and paste from there.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
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'