From 3824ca94ca050119fc0951a2bda88d67d9710934 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:49:15 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-bat.fish --- dot_config/fish/conf.d/30-bat.fish.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/fish/conf.d/30-bat.fish.tmpl b/dot_config/fish/conf.d/30-bat.fish.tmpl index 5963ddb..56b1d00 100644 --- a/dot_config/fish/conf.d/30-bat.fish.tmpl +++ b/dot_config/fish/conf.d/30-bat.fish.tmpl @@ -9,11 +9,11 @@ set -gx BATDIFF_USE_DELTA true function cat --wraps bat - {{ $batcmd }} $argv + command {{ $batcmd }} $argv end function cath --wraps bat - {{ $batcmd }} --plain --language=help $argv + command {{ $batcmd }} --plain --language=help $argv end abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}"