From 11a422e1fe502b4a11a2daf0cf9c230069f5d926 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 25 Mar 2025 00:07:22 -0700 Subject: [PATCH] rm-prefer-trash: don't print trash dir --- .config/shell/bin/rm-prefer-trash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/rm-prefer-trash b/.config/shell/bin/rm-prefer-trash index a0f0a4d..9a57f3e 100755 --- a/.config/shell/bin/rm-prefer-trash +++ b/.config/shell/bin/rm-prefer-trash @@ -130,7 +130,7 @@ do_rmtrash() { exit 1 fi fi - echo "trash dir:" "$trashdir" + # echo "trash dir:" "$trashdir" do_rm "$@" }