fix(fish): remove the cat alias to bat

it made it so much more difficult to use cat
This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent 4aef3cd4c9
commit b7f8c37f5e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 8E254EA0FFEB9B6D

View file

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