I am used to having rm to alias something safer.
I have been using osx-trash, but once I upgrade to Ruby 1.9.2, this stops working.
I know about trash-cli from Python, but I would much prefer something that moves files to the Trash folder in OS X rather than another directory.
Does anyone have a good solution?

rm, rather get used tomv files/to/be/deleted ~/.Trash. It´s safe and consistent across systems. – Asmus Jul 25 '11 at 6:45mvis still your safest bet. You could easily create a new folder on your other partition calledTrash(or however you like it) and thenmvthe files there. Once you´re sure they can be deleted, delete and recreate that complete folder. – Asmus Jul 26 '11 at 14:52