alias del='rm -i'
Then when you are on another computer or at someone else's shell you get:
del: command not found
touch —- -i
Then when you are on another computer or at someone else's shell you get:
Instead of having a bunch of files silently deleted.