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"