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/)