2024-09-18 21:32:11 -03:00

4 lines
70 B
Fish

function rm --description 'alias rm rm -v'
command rm -v $argv;
end