This commit is contained in:
committer@tuxwarrior
2025-05-13 13:50:27 -05:00
parent daf79536d3
commit c7755a655b
+1 -1
View File
@@ -118,7 +118,7 @@ cmd recol %{{
cmd trash %tp.sh "$fx"
cmd trash-confirm ${{
echo 'delete "${fx}"? [y/n]'
echo 'delete "$f $fx"? [y/n]'
read ans
[ $ans = 'y' ] && trash %tp.sh "$fx" || echo 'cancelled'
}}