u
This commit is contained in:
@@ -63,9 +63,7 @@ cmd cds :cd /home/poq/syncDir
|
||||
# text files and a file opener for the rest.
|
||||
cmd open &{{
|
||||
case $(file --mime-type -Lb $f) in
|
||||
# text/*) lf -remote "send $id \$$EDITOR \$fx";;
|
||||
text/*) helix $fx;;
|
||||
# text/*) lf -remote "send $id nano \$fx";;
|
||||
text/*) lf -remote "send $id \$$EDITOR \$fx";;
|
||||
*) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
|
||||
esac
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user