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

This commit is contained in:
punkfairie 2024-04-20 10:43:31 -07:00
parent b8abb227ef
commit 64cf4e1279
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -7,3 +7,4 @@ function cat --wraps bat
end end
abbr -a B --position anywhere --set-cursor "% | bat" abbr -a B --position anywhere --set-cursor "% | bat"
abbr -a --position anywhere -- -h "-h 2>&1 | bat --plain --language=help"