From 315890c8187272d6b2fbbda0f41ef246953a615f Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 13 May 2025 16:59:44 -0500 Subject: [PATCH] y --- dots/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/lf/lfrc b/dots/lf/lfrc index b356559..e1ad559 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -125,7 +125,7 @@ cmd trash-confirm ${{ echo $fs echo 'delete "$f $fx"? [y/n]' read ans - [ $ans = 'y' ] && (echo 'deleting files…' && trash %tp.sh "$fx") || echo 'cancelled…' + [ $ans = 'y' ] && (echo 'deleting files… $fs' && trash %tp.sh "$fx") || echo 'cancelled…' }} # extract the current file with the right command (https://xkcd.com/1168/)