Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 11, 2018
1 parent 1f177f0 commit 26717b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 26717b0

Please sign in to comment.