You can do this using an alias. "rm -i" is what you're looking for. Usually, you czn put aliases in your .bashrc file, or in /etc/bashrc if you want it to work for any user.
man bash for the gory details.
Don't depend on it, though. Sucks to oopsify a file on someone else's box...