5 lines
80 B
Fish
5 lines
80 B
Fish
|
function cat --wraps=bat --description 'alias cat=bat'
|
||
|
bat $argv
|
||
|
|
||
|
end
|