-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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_DIR
is not respected indirectories.rs
, only$XDG_CONFIG_HOME
and$HOME
are.There are no references to
BAT_CONFIG_DIR
anywhere 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_DIR
indirectories.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 bat
bat version and environment
The text was updated successfully, but these errors were encountered: