Mad Soft mad_soft
  • Joined on 2026-04-07
This is a bash script, so that when you run `rm` in your terminal, the file is not deleted but instead goes to the trash so you can recover it in Dolphin. Then, you have create an alias in .bashrc for susb rm for the script location alias rm=$HOME/bin/rm_trash.sh
Updated 2026-04-07 21:38:37 +02:00