y
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user