Depends on the shell you're using. Looks like you're using tcsh, so you'll want to use unalias rm, etc., or simply do it all at once with unalias rm mv cp
Also, aliases go away when your session ends, so closing the Terminal window and opening a new one would do the trick too.