set bat as a replacement for cat

This commit is contained in:
Bruno Carlin 2020-03-16 09:17:21 +01:00
parent a50de81126
commit 9c6e24a5f8

View file

@ -0,0 +1,4 @@
# Defined in - @ line 1
function cat --wraps=bat --description 'alias cat=bat'
bat $argv;
end