➕ feat(bat): Add bat-extras
This commit is contained in:
parent
aec1dd0266
commit
895bb4d255
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
# vim:set ft=bash :
|
|
||||||
#
|
|
||||||
# This is `bat`s configuration file. Each line either contains a comment or
|
# 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
|
# 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.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
set -gx BATDIFF_USE_DELTA true
|
||||||
|
|
||||||
function cat --wraps bat
|
function cat --wraps bat
|
||||||
bat $argv
|
bat $argv
|
||||||
end
|
end
|
Loading…
Reference in a new issue