tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

relax condition for XDG-compatible plugin paths #199

Closed andreykaipov closed 2 years ago

andreykaipov commented 3 years ago

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.

I ran into this because even though I keep my tmux configuration within ~/.config/tmux, I don't use tmux.conf as one of my file names.

It's a simple fix on my end, but please lemme know if you're open to this change. Thanks!