From 95a9086c12547378edef25c81ab54a5744ce677a Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 15 May 2025 20:42:04 -0500 Subject: [PATCH] u bug fix, i believe --- dots/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 03d6e2e..17ac94b 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -123,7 +123,7 @@ cmd trash-confirm ${{ echo $fx echo 'delete? [y/n]' read -n1 ans - [ $ans = 'y' ] && (echo 'deleting files…' && trash %tp.sh "$fx") || echo 'cancelled…' + [ $ans = 'y' ] && (echo 'deleting files…' && %tp.sh "$fx") || echo 'cancelled…' }} # extract the current file with the right command (https://xkcd.com/1168/)