Make .gitignore.d & gitattributes.d XDG compatible
Opened this issue · 4 comments
nfarrar commented
Vcsh currently reads the ignore & attribute data from files located at $VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME
and $VCSH_BASE/.gitattributes.d/$VCSH_REPO_NAME
(respectively). I prefer to keep $HOME
as uncluttered as possible and organize application configurations into application-specific configuration directories (using the XDG) specification defaults:
$XDG_CONFIG_HOME/vcsh/.gitignore.d/$VCSH_REPO_NAME
$XDG_CONFIG_HOME/vcsh/.gitattributes.d/$VCSH_REPO_NAME
Would it be possible to add support for these paths?
nfarrar commented
Just checking back in. Any chance to get support for these? :)
kwbr commented
hvhaugwitz commented
What is the state of this request?