This commit is contained in:
committer@tuxwarrior
2025-05-13 16:59:44 -05:00
parent 0baca7cc8e
commit 315890c818

View File

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