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