From bd619db3caaccdf0009be11ada31930b82c04343 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 12 Sep 2018 21:57:54 +0200 Subject: [PATCH] Mention BAT_STYLE in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0638911f..c6321721 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,8 @@ make the change permanent. You can use the `--style` option to control the appearance of `bat`s output. You can use `--style=numbers,changes`, for example, to show only Git changes -and line numbers but no grid and no file header. +and line numbers but no grid and no file header. Use the `BAT_STYLE` environment +variable to make these changes permanent. ### Adding new syntaxes / language definitions