Dot_Files/.config/bat/config

8 lines
324 B
Plaintext
Raw Normal View History

2022-01-08 15:24:29 -06:00
# This is `bat`s configuration file. Each line either contains a comment or
# a command-line option that you want to pass to `bat` by default. You can
# run `bat --help` to get a list of all possible configuration options.
--theme="Solarized (dark)"
--style="header,grid,numbers,snip"
--italic-text="always"
--pager="never"