We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 /home/XXX/.config/bat
bat has changed its default config path.
However, according to https://docs.brew.sh/Manpage#environment
HOMEBREW_BAT_CONFIG_PATH Use this as the bat configuration file. Default: $HOME/.bat/config.
/
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Homebrew doesn't actually set this default value; it uses bat's default whenever you don't set HOMEBREW_BAT_CONFIG_PATH.
bat
HOMEBREW_BAT_CONFIG_PATH
The only thing that needs changing is here:
brew/Library/Homebrew/env_config.rb
Lines 32 to 34 in fd46a17
Can you open a pull request for that?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Provide a detailed description of the proposed feature
bat has changed its default config path.
However, according to https://docs.brew.sh/Manpage#environment
What is the motivation for the feature?
/
How will the feature be relevant to at least 90% of Homebrew users?
/
What alternatives to the feature have been considered?
/
The text was updated successfully, but these errors were encountered: