This commit is contained in:
committer@tuxwarrior
2025-05-13 13:48:42 -05:00
parent 2e267c85c4
commit daf79536d3

View File

@@ -118,7 +118,7 @@ cmd recol %{{
cmd trash %tp.sh "$fx"
cmd trash-confirm ${{
echo 'delete "$fx"? [y/n]'
echo 'delete "${fx}"? [y/n]'
read ans
[ $ans = 'y' ] && trash %tp.sh "$fx" || echo 'cancelled'
}}