# remove interactively
rmi() {
	rm \
		--interactive \
		"${@}"
}