scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more

Home Page:https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support XDG_CONFIG_HOME directory layout on Linux

sethwoodworth opened this issue · comments

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?

Yeah, let's see it!