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

4 lines
70 B
Fish

function mv --description 'alias mv mv -i'
command mv -i $argv;
end