4 lines
77 B
Fish
4 lines
77 B
Fish
function rm --description 'alias rm=rm -I'
|
|
command rm -I $argv
|
|
|
|
end
|