scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Support XDG_CONFIG_HOME directory layout on Linux #272

Open sethwoodworth opened 5 years ago

sethwoodworth commented 5 years ago

In linux, applications should follow the freedesktop standard, install user applications in XDG_DATA_HOME ~/.local/share/ and config files where specified by the XDG_CONFIG_HOME variable, usually defaulting to ~/.config/.

I installed scm_breeze and had to modify only three files to use XDG_DATA_HOME/XDG_CONFIG_HOME directories.

Standard

If I were to offer a PR supporting the basedir spec on linux platforms, would you consider it?

ghthor commented 5 years ago

Yeah, let's see it!