summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2018-11-11 14:39:04 +0100
committerGitHub <noreply@github.com>2018-11-11 14:39:04 +0100
commit26717b0cd2f5d411f9561755bcd5461249da519e (patch)
tree23eca9ced569910263f1ff7bb42bc4c794c9b1e0 /README.md
parent1f177f0a1cd9feba75730ca240e0a7fd2678fcf4 (diff)
Update README.md
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"
```