Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/5b5ff53386386c2e5661 to your computer and use it in GitHub Desktop.
Save lee-pai-long/5b5ff53386386c2e5661 to your computer and use it in GitHub Desktop.

[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment