mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
relax condition for XDG-compatible plugin path
Instead of checking for the existence of the file `$XDG_CONFIG_HOME/tmux/tmux.conf`, we only check for the existence of the directory `$XDG_CONFIG_HOME/tmux`.
This commit is contained in:
parent
29c871e810
commit
fa7655977e
@ -1,8 +1,8 @@
|
||||
# Changing plugins install dir
|
||||
|
||||
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.
|
||||
`$XDG_CONFIG_HOME/tmux/` if that directory exists, or inside `~/.tmux/`
|
||||
otherwise.
|
||||
|
||||
You can change the install path by putting this in `.tmux.conf`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user