Você usa bash? homem bash:
There is no mechanism for using arguments in the replacement text. If
arguments are needed, a shell function should be used (see FUNCTIONS
below).
Use a função, por exemplo:
rm() { cp $* ~/dustbin; /bin/rm $*; }