This commit is contained in:
committer
2024-06-01 12:36:10 -05:00
parent d5b7fd31ee
commit 1b84c98a8e

View File

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