diff options
author | zachir <zachir@librem.one> | 2024-02-08 21:55:12 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 21:55:12 -0600 |
commit | 041f284428a4d06a1867a100951ae301d4580943 (patch) | |
tree | 96d3b77034e75ed446f6b03e729d40222e9f6c5e | |
parent | 6aecfe1eb92ab90918ce8ec0a8a2b838524977a4 (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.
-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' |