From b3e27fe377771b33e355cd52ff5e656165dbf0ba Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 2 Nov 2023 20:11:25 +1100 Subject: [PATCH] Fix Bat config flag syntax --- dot-config/bat/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/bat/config b/dot-config/bat/config index 481e8d1..55a9729 100644 --- a/dot-config/bat/config +++ b/dot-config/bat/config @@ -1,7 +1,7 @@ # 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 +--tabs 2 --theme "Monokai Extended" ---italic-text=always +--italic-text always --map-syntax "**/git/config*:Git Config"