From dd0f76a109c0c28ccca0f8bc5dd97fbfe0686bde Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:20:43 +0900 Subject: modified lf/lfrc --- ar/.config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ar/.config') diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc index fd3a409..023213b 100644 --- a/ar/.config/lf/lfrc +++ b/ar/.config/lf/lfrc @@ -385,9 +385,9 @@ cmd moveto ${{ clear; tput cup $(($(tput lines)/3)); tput bold echo "From:" echo "$fx" | sed 's/^/ /' - printf "To:\n %s\n\n\tmove?[y/N]" "$destpath" + printf "To:\n %s\n\n\tmove?[Y/n]" "$destpath" read -r ans - [ "$ans" != "y" ] && exit + case "$ans" in [nN]*) exit;; esac if [ -w "$destpath" ]; then for x in $fx; do mv -iv "$x" "$destpath"; done && notify-send "🚚 File(s) moved." "File(s) moved to $destpath." -- cgit v1.2.3