keep tryin'
This commit is contained in:
committer@tuxwarrior
2025-05-15 20:49:24 -05:00
parent e57c6a6b7d
commit dad7c3b9be

View File

@@ -123,7 +123,7 @@ cmd trash-confirm ${{
echo $fx
echo 'delete? [y/n]'
read -n1 ans
[ $ans = 'y' ] && (echo 'deleting files…' && trash) || echo 'cancelled…'
[ $ans = 'y' ] && (echo 'deleting files…' && tp.sh "$fx") || echo 'cancelled…'
}}
# extract the current file with the right command (https://xkcd.com/1168/)