diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 41f464bf..f2802092 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -70,7 +70,6 @@ cmd trash ${{ [ $ans = "y" ] && trash-put $fx }} - cmd moveto ${{ clear; tput cup $(($(tput lines)/3)); tput bold set -f @@ -94,13 +93,13 @@ cmd copyto ${{ }} cmd rsyncto ${{ - clear; tput cup $(($(tput lines)/3)); tput bold - set -f - clear; echo "rsync to where?" - read dest - for x in $fx; do - eval rsync -aAXHv \"$x\" \"$dest\" - done && + clear; tput cup $(($(tput lines)/3)); tput bold + set -f + clear; echo "rsync to where?" + read dest + for x in $fx; do + eval rsync -aAXHv \"$x\" \"$dest\" + done && notify-send "File(s) rsynced." "File(s) copies to $dest." }}