Created Changing plugins install dir (markdown)
parent
7f28d2aa50
commit
9fbcfd8ad4
1 changed files with 12 additions and 0 deletions
12
Changing-plugins-install-dir.md
Normal file
12
Changing-plugins-install-dir.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
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`.
|
Loading…
Reference in a new issue