Minor fix

pull/692/head
Arijit Basu 4 months ago
parent 88f26d059e
commit 80d5512e41
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -1503,7 +1503,7 @@ xplr.config.modes.builtin.quick_move = {
BASENAME_ESC=$(printf %q "$BASENAME")
if [ -e "$BASENAME" ]; then
echo
echo "$DEST/$BASENAME_ESC exists, do you want to overwrite it?"
echo "$BASENAME_ESC exists, do you want to overwrite it?"
read -p "[y]es, [n]o, [S]kip: " ANS < /dev/tty
case "$ANS" in
[yY]*)

Loading…
Cancel
Save