Added cat => bat alias for fish

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-11-09 11:31:25 +01:00
parent b9a5726925
commit 270de90f8f
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -0,0 +1,3 @@
function cat --wraps='bat'
bat $argv
end