feat(bat): Add bat-extras

This commit is contained in:
punkfairie 2024-03-11 18:10:08 -07:00
parent aec1dd0266
commit 895bb4d255
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,3 @@
# vim:set ft=bash :
#
# 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.

View file

@ -1,5 +1,7 @@
#!/usr/bin/env fish
set -gx BATDIFF_USE_DELTA true
function cat --wraps bat
bat $argv
end