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

This commit is contained in:
punkfairie 2024-04-27 18:43:27 -07:00
parent 710ec7428f
commit 442c0c43b5
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -15,4 +15,4 @@ end
abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}" abbr -a B --position anywhere --set-cursor "% | {{ $batcmd }}"
abbr -a --position anywhere -- -h "-h 2>&1 | {{ $batcmd }} --plain --language=help" abbr -a --position anywhere -- -h "-h 2>&1 | {{ $batcmd }} --plain --language=help"
abbr -a --position anywhere -- --help "--help 2>&1 | {{ $batcmd }} --plain --language=help" abbr -a --position anywhere -- --help "--help 2>&1 | {{ $batcmd }} --plain --language=help"
abbr -a help --position anywhere -- "--help 2>&1 | {{ $batcmd }} --plain --language=help" abbr -a help --position anywhere -- "help 2>&1 | {{ $batcmd }} --plain --language=help"