Instead of hardcoding ~/.config, we should be fetching this location from XDG_CONFIG_HOME. We should also be supporting this variable on macOS (if available) instead of blindly assuming ~/Library.
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
feat: handle XDG_CONFIG_HOME #8
open
opened by
plc.ducky.ws
plc.ducky.ws
(author)
Okay, apparently we're always using ~/.config on macOS too. Maybe we should support that if XDG_CONFIG_HOME isn't available?
Okay, apparently we're always using ~/.config on macOS too. Maybe we should support that if XDG_CONFIG_HOME isn't available?