commit b2135c64927b50483e1775049413a5a82ab1f5ca
parent d87d3ae45204ce2a76e2f30a0cf8290204e68222
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sat, 19 Jun 2021 22:37:54 +0200
lf: update config for new version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lf/lfrc b/lf/lfrc
@@ -153,7 +153,7 @@ cmd tar ${{
# custom paste command using rsync/mv
cmd paste &{{
- load=$(lf -remote 'load')
+ load=$(cat ~/.local/share/lf/files)
mode=$(echo "$load" | sed -n '1p')
list=$(echo "$load" | sed '1d')
if [ $mode = 'copy' ]; then
@@ -171,7 +171,7 @@ cmd paste &{{
# paste as a symbolic link to original
cmd paste_link %{{
- for file in $(lf -remote 'load'); do
+ for file in $(cat ~/.local/share/lf/files); do
if [ ! -n "${mode+1}" ]; then
mode="$file"
continue