Update .config/fish/conf.d/30-bat.fish
This commit is contained in:
parent
e4ec9ec8bd
commit
41882faa7e
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ set -gx BATDIFF_USE_DELTA true
|
||||||
function cat --wraps bat
|
function cat --wraps bat
|
||||||
bat $argv
|
bat $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
abbr -a B --position anywhere --set-cursor "% | bat"
|
||||||
|
|
Loading…
Reference in a new issue