I'm excited about this bash alias (anybody see any issues with it?):

trash() {
mv "$@" ~/.local/share/Trash/files/
}

Comments