diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 5255a41..d09e33d 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -117,7 +117,7 @@ cmd recol %{{ # https://github.com/gokcehan/lf/issues/45#issuecomment-260347057 #cmd trash %tp.sh "$fx" -map trash-confirm ${{ +cmd trash-confirm ${{ echo 'delete?[y/n]' read ans [ $ans = 'y' ] && trash %tp.sh "$fx" || echo 'cancelled'