lee-pai-long
1/20/2016 - 2:24 PM

replace-rm-by-trash-cli_linux-mint-17.2.md

[LINUX MINT 17.2] Replace rm by trash-cli

Install trash-cli

$ [sudo] apt-get update && \
> [sudo] apt-get install trash-cli &&

Create an rm alias for trash

$ alias rm='trash'
$ echo "!!" >> ~/.bash_aliases