Add sharkdp/bat config flags I like
This commit is contained in:
parent
94a87665b3
commit
bc3b256554
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
||||||
# a command-line option that you want to pass to `bat` by default. You can
|
# 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.
|
# run `bat --help` to get a list of all possible configuration options.
|
||||||
--tabs=2
|
--tabs=2
|
||||||
|
--theme "Monokai Extended"
|
||||||
|
--italic-text=always
|
||||||
|
--map-syntax "**/git/config*:Git Config"
|
||||||
|
|
Loading…
Reference in a new issue