
willghatch
2021-3-15 16:19:06
Rash uses the basedir
library to find config files, using the list-config-files
function: https://docs.racket-lang.org/basedir/index.html?q=xdg#%28def._%28%28lib._basedir%2Fmain..rkt%29._list-config-files%29%29

willghatch
2021-3-15 16:21:35
On Windows it searches the %APPDATA%
and %LOCALAPPDATA%
directories.

willghatch
2021-3-15 16:22:10
Unless you configure the XDG_CONFIG_HOME or XDG_CONFIG_DIRS environment variables.

willghatch
2021-3-15 16:44:33
FYI, I’ve pushed a documentation update to mention this in the docs.