From 770e0cf788417e808de8b7076cf3e5d8e37eb519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 9 Dec 2023 02:09:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(bat):=20added=20mor?= =?UTF-8?q?e=20options=20to=20the=20bat=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/bat/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/bat/config b/.config/bat/config index 70ff082c..20fd7154 100644 --- a/.config/bat/config +++ b/.config/bat/config @@ -8,10 +8,13 @@ # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): -#--italic-text=always +--italic-text=always +--style=full +--color=always +--decorations=always # Uncomment the following line to disable automatic paging: -#--paging=never +--paging=never # Uncomment the following line if you are using less version >= 551 and want to # enable mouse scrolling support in `bat` when running inside tmux. This might @@ -21,5 +24,4 @@ # Syntax mappings: map a certain filename pattern to a language. # Example 1: use the C++ syntax for Arduino .ino files # Example 2: Use ".gitignore"-style highlighting for ".ignore" files -#--map-syntax "*.ino:C++" -#--map-syntax ".ignore:Git Ignore" +--map-syntax ".ignore:Git Ignore"