summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd746e5e..89ff9ef6 100644
--- a/README.md
+++ b/README.md
@@ -338,12 +338,14 @@ If scrolling still doesn't work for you, you can try to pass the `-S` option in
## Configuration file
-`bat` can also be customized with a configuration file. The location of the file is dependent on you operating system. To get the default path for your system, call
+`bat` can also be customized with a configuration file. The location of the file is dependent
+on your operating system. To get the default path for your system, call
```
bat --config-file
```
-Alternatively, you can use the `BAT_CONFIG_PATH` environment variable to point `bat` to a non-default location of the configuration file:
+Alternatively, you can use the `BAT_CONFIG_PATH` environment variable to point `bat` to a
+non-default location of the configuration file:
```bash
export BAT_CONFIG_PATH="/path/to/bat.conf"
```