From 337f6a92df3d9f59403608ed80df36e6397110c4 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:52:45 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-bat.fish --- dot_config/fish/conf.d/30-bat.fish.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/fish/conf.d/30-bat.fish.tmpl b/dot_config/fish/conf.d/30-bat.fish.tmpl index 9b63386..5963ddb 100644 --- a/dot_config/fish/conf.d/30-bat.fish.tmpl +++ b/dot_config/fish/conf.d/30-bat.fish.tmpl @@ -17,6 +17,6 @@ function cath --wraps bat end abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}" -abbr -a --position anywhere -- -h "-h 2>&1 | cath" -abbr -a --position anywhere -- --help "--help 2>&1 | cath" -abbr -a help --position anywhere -- "help 2>&1 | cath" +abbr -a --position anywhere -- -h "-h | cath" +abbr -a --position anywhere -- --help "--help | cath" +abbr -a help --position anywhere -- "help | cath"