1
1
Fork 0
dotfiles/docs/changing_plugins_install_dir.md
sharpshark28 b43a98f3cc Squashed 'tpm/' content from commit 0ea31ae
git-subtree-dir: tpm
git-subtree-split: 0ea31ae2d624413719e97dc7e138ed6cf749c7d2
2017-01-21 16:49:30 -06:00

462 B

Changing plugins install dir

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 /some/other/path/tpm/tpm

Please make sure that the run line is at the very bottom of .tmux.conf.