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

This commit is contained in:
punkfairie 2024-04-18 18:40:30 -07:00
parent e4ec9ec8bd
commit 41882faa7e
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -5,3 +5,5 @@ set -gx BATDIFF_USE_DELTA true
function cat --wraps bat
bat $argv
end
abbr -a B --position anywhere --set-cursor "% | bat"