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.
feat: handle XDG_CONFIG_HOME #15
closed
opened by
Okay, apparently we're always using ~/.config on macOS too. Maybe we should support that if XDG_CONFIG_HOME isn't available?