tmux-plugins / tpm

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

Default value for XDG_CONFIG_HOME #159

Closed GeoffreyFrogeye closed 4 years ago

GeoffreyFrogeye commented 5 years ago

According to the specification, $XDG_CONFIG_HOME should have a default value of $HOME/.config.

This might cause breakage for users who created a $HOME/.config/tmux/tmux.conf file but forgot and ended up still using $HOME/.tmux.conf, I don't expect it's that many as it doesn't really make sense.

gpanders commented 4 years ago

I've been running with this change for quite some time and it works perfectly. Any chance it can be merged?