summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-08 21:55:12 -0600
committerzachir <zachir@librem.one>2024-02-15 02:42:56 -0600
commit7d06897e7d342a8fdf243ed70d7315973ffc8031 (patch)
treed460de6ed219f839bd841b70ac1f25785f4ea5d0 /tmux/tmux.conf
parent033e87e02ea09b739be8a543d05f2a7b32ed843b (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/tmux.conf')
-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'