Mac OSX: override rm to delete files to .Trash
So silly of me I have just “accidentally” deleted my home directory T_T. There is a way to help that by override rm command to move file to .Trash. Just copy this code to ~/.bash_profile and restart your terminal. 123456789101112131415function rm () { local path for path in "$@"; do # [...]
Twitter
Facebook