You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
The spec states "$XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used."
Instead of using .cider as the default directory when $XDG_CONFIG_HOME is not set, $HOME/.config/cidershould be used.
For full compliance with the spec, we'd also use $HOME/.local/share/cider instead of $/Library/Application Support/com.msanders.cider, but I'd be fine with leaving that as-is, since it is more idiomatic for OS X.
The text was updated successfully, but these errors were encountered:
The spec states "
$XDG_CONFIG_HOME
defines the base directory relative to which user specific configuration files should be stored. If$XDG_CONFIG_HOME
is either not set or empty, a default equal to$HOME/.config
should be used."Instead of using
.cider
as the default directory when$XDG_CONFIG_HOME
is not set,$HOME/.config/cider
should be used.For full compliance with the spec, we'd also use
$HOME/.local/share/cider
instead of$/Library/Application Support/com.msanders.cider
, but I'd be fine with leaving that as-is, since it is more idiomatic for OS X.The text was updated successfully, but these errors were encountered: