This commit is contained in:
committer
2024-06-01 12:34:35 -05:00
parent 5b3d4b3330
commit d5b7fd31ee

View File

@@ -66,14 +66,15 @@ cmd open ${{
case "$f" in
*.[Rr][Pp][Pp]*) reaper $fx;;
*) case $(file --mime-type -Lb $f) in
text/*) helix $fx;;
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
esac
case $(file --mime-type -Lb $f) in
text/*) helix $fx;;
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
esac
esac
}}
#cmd open ${{