From 425cabe9413697c415034febaf044037689a84b9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 28 Aug 2020 17:36:20 +0200 Subject: [PATCH] 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. --- docs/changing_plugins_install_dir.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changing_plugins_install_dir.md b/docs/changing_plugins_install_dir.md index 93af675..27de96d 100644 --- a/docs/changing_plugins_install_dir.md +++ b/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`: