Update .config/fish/conf.d/30-bat.fish

This commit is contained in:
punkfairie 2024-04-27 18:52:45 -07:00
parent 599699686d
commit 337f6a92df
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -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"