tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.95k stars 420 forks source link

Use XDG-compatible plugin path when available #177

Closed ambroisie closed 4 years ago

ambroisie commented 4 years ago

As discussed in #173, this PR adds a feature that detects if the configuration file is in XDG_CONFIG_HOME, and if that is the case, sets TMUX_PLUGIN_MANAGER_PATH to use that directory to store plugins.

bruno- commented 4 years ago

Looks good, thanks. I left a couple code style suggestions, please ping me when you address those.

ambroisie commented 4 years ago

@bruno- I fixed the style issues and typo.

bruno- commented 4 years ago

Thanks. Give me a couple days to test this change and we'll merge then.

bruno- commented 4 years ago

Thanks for the contribution!