Skip to content

Instantly share code, notes, and snippets.

@hayasix
Last active July 19, 2019 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayasix/4e8382b02f254046a04a19517cc373d3 to your computer and use it in GitHub Desktop.
Save hayasix/4e8382b02f254046a04a19517cc373d3 to your computer and use it in GitHub Desktop.
if [ -d $HOME/.Trash ]; then
alias rm='mv --backup=numbered --target-directory=$HOME/.Trash'
empty() { \rm -rf $HOME/.Trash/* }
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment