mirror of
https://github.com/sharkdp/bat
synced 2026-07-18 16:13:22 +00:00
ca60937c2e
Do not ignore `BAT_CONFIG_PATH` if it doesn't exist. Both when generating a new config file with `--generate-config-file` and when attempting to read the config. Also, provide a better error message in case the file can not be created. closes #1550