This patch adds a custom variable exercism-config-path in order to provide fuller support for XDG base directory spec.
By default it's set to its current value of "~/.config/exercism/user.json" but can be customized to accomodate non-standard paths to $XDG_CONFIG_HOME as in, for example,
@anonimitoraf Great library, btw — thank you! The ability to pull all unlocked exercises is a game-changer. Really improves on the CLI and web UI hugely.
This patch adds a custom variable
exercism-config-path
in order to provide fuller support for XDG base directory spec.By default it's set to its current value of
"~/.config/exercism/user.json"
but can be customized to accomodate non-standard paths to$XDG_CONFIG_HOME
as in, for example,@anonimitoraf Great library, btw — thank you! The ability to pull all unlocked exercises is a game-changer. Really improves on the CLI and web UI hugely.