BAT_CONFIG_DIR not respected, despite CHANGELOG.md #1727
Comments
|
I think you are looking for The CHANGELOG entry you are referring to is misleading though, I agree. It's a historical artifact that refers to the README entry at the time. We could change that to read |
|
As far as I can tell, |
|
You are absolutely right. I'd be okay with introducing
|
Describe the bug you encountered:
Not sure if this is a bug or a feature request, but I'll go with bug since there's at least some documentation.
CHANGELOG.md states:
This value
$BAT_CONFIG_DIRis not respected indirectories.rs, only$XDG_CONFIG_HOMEand$HOMEare.There are no references to
BAT_CONFIG_DIRanywhere in the source except the changelog. It looks like it used to be documented, but was never implemented. Documentation was removed in d3d795f and other commits.It would be nice to see support for
BAT_CONFIG_DIRindirectories.rs. This makes it easier for tools to ship custom bat themes / configs / caches, without overriding$XDG_CONFIG_HOME.What did you expect to happen instead?
I should be able to specify
$BAT_CONFIG_DIR.How did you install
bat?brew install batbat version and environment
The text was updated successfully, but these errors were encountered: