tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Evaluate XDG_CONFIG_HOME according to XDG Base Directory Specification #68

Open Peglah opened 7 months ago

Peglah commented 7 months ago

XDG Base Directory Specification says that: If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.

A small and simple edit.