u
bug fix, i believe
This commit is contained in:
@@ -123,7 +123,7 @@ cmd trash-confirm ${{
|
|||||||
echo $fx
|
echo $fx
|
||||||
echo 'delete? [y/n]'
|
echo 'delete? [y/n]'
|
||||||
read -n1 ans
|
read -n1 ans
|
||||||
[ $ans = 'y' ] && (echo 'deleting files…' && trash %tp.sh "$fx") || echo 'cancelled…'
|
[ $ans = 'y' ] && (echo 'deleting files…' && %tp.sh "$fx") || echo 'cancelled…'
|
||||||
}}
|
}}
|
||||||
|
|
||||||
# extract the current file with the right command (https://xkcd.com/1168/)
|
# extract the current file with the right command (https://xkcd.com/1168/)
|
||||||
|
|||||||
Reference in New Issue
Block a user