From c126eacfe8b56c03775f67cd6ba4a7f38e6537f7 Mon Sep 17 00:00:00 2001 From: Freed-Wu Date: Sun, 5 Sep 2021 23:11:03 +0800 Subject: [PATCH] edit: change $HOMEBREW_BAT_CONFIG_PATH Fix #11974 --- Library/Homebrew/env_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index ce893a34c898b..7ae86692e795e 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -31,7 +31,7 @@ module EnvConfig }, HOMEBREW_BAT_CONFIG_PATH: { description: "Use this as the `bat` configuration file.", - default_text: "`$HOME/.bat/config`.", + default_text: "`$HOME/.config/bat/config`.", }, HOMEBREW_BOOTSNAP: { description: "If set, use Bootsnap to speed up repeated `brew` calls. "\