zsh/dot-config/bat/config

8 lines
321 B
Plaintext
Raw Normal View History

# 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.
--tabs=2
2023-10-24 20:38:40 -04:00
--theme "Monokai Extended"
--italic-text=always
--map-syntax "**/git/config*:Git Config"