function unzip-rm unzip $argv[1] and rm $argv[1]end
function unzip-rm
unzip $argv[1]
and rm $argv[1]
end