add cat alias

This commit is contained in:
Gabriel Augendre 2023-02-28 14:52:57 +01:00
parent f3fd444ecc
commit 987320c228

View file

@ -0,0 +1,4 @@
function cat --wraps=bat --description 'alias cat bat'
bat $argv
end