Skip to content

Commit 425cabe

Browse files
committed
Explain XDG-compatible plugin path in docs
Reword the documentation file explaining how to change the path were `tpm` installs its plugins to mention the new behaviour regarding XDG_CONFIG_HOME.
1 parent 9d2a389 commit 425cabe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/changing_plugins_install_dir.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changing plugins install dir
22

3-
By default, TPM installs plugins to `~/.tmux/plugins/`.
3+
By default, TPM installs plugins in a subfolder named `plugins/` inside
4+
`$XDG_CONFIG_HOME/tmux/` if a `tmux.conf` file was found at that location, or
5+
inside `~/.tmux/` otherwise.
46

57
You can change the install path by putting this in `.tmux.conf`:
68

0 commit comments

Comments
 (0)