diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 3fd4782..6c971e7 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -64,7 +64,7 @@ cmd cds :cd /home/poq/syncDir cmd open &{{ case $(file --mime-type -Lb $f) in # text/*) lf -remote "send $id \$$EDITOR \$fx";; - text/*) helix \$fx";; + text/*) helix $fx";; *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; esac }}