Currently, it returns `$HOME/.idris` there, contributing to home directory clutter: [getIdrisUserDataDir](https://github.com/idris-lang/Idris-dev/blob/57c0a6122775745df56c179e57791f66c4853a34/src/Idris/REPL.hs#L1840-L1842) To follow the standard it must be split up, as config, data, and cache are stored separately. Probably [xdg-basedir](http://hackage.haskell.org/package/xdg-basedir) is the lib of choice.