1
0
Fork 0
mirror of synced 2024-12-22 14:41:07 -05:00

Destroyed Changing plugins install dir (markdown)

Bruno Sutic 2015-07-10 17:18:41 +02:00
parent d353294f55
commit 3e36ec67e2

@ -1,12 +0,0 @@
By default, TPM installs plugins to `~/.tmux/plugins/`.
You can change the install path by putting this in `.tmux.conf`:
set-environment -g TMUX_PLUGIN_MANAGER_PATH '/some/other/path/'
Tmux plugin manager initialization in `.tmux.conf` should also be updated:
# initializes TMUX plugin manager in a new path
run-shell /some/other/path/tpm/tpm
Please make sure that the `run-shell` line is at the very bottom of `.tmux.conf`.