This commit is contained in:
committer
2024-05-31 16:36:16 -05:00
parent fd44d10a94
commit 489d28d0fe

View File

@@ -64,8 +64,8 @@ cmd cds :cd /home/poq/syncDir
cmd open &{{ cmd open &{{
case $(file --mime-type -Lb $f) in case $(file --mime-type -Lb $f) in
# text/*) lf -remote "send $id \$$EDITOR \$fx";; # text/*) lf -remote "send $id \$$EDITOR \$fx";;
# text/*) helix $fx;; text/*) helix $fx;;
text/*) lf -remote "send $id nano \$fx";; # text/*) lf -remote "send $id nano \$fx";;
*) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
esac esac
}} }}