Skip to content

Commit

Permalink
Explain XDG-compatible plugin path in docs
Browse files Browse the repository at this point in the history
Reword the documentation file explaining how to change the path were
`tpm` installs its plugins to mention the new behaviour regarding
XDG_CONFIG_HOME.
  • Loading branch information
ambroisie committed Aug 31, 2020
1 parent 9d2a389 commit 425cabe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changing_plugins_install_dir.md
@@ -1,6 +1,8 @@
# Changing plugins install dir

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

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

Expand Down

0 comments on commit 425cabe

Please sign in to comment.