diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 69e48d5..36bbd51 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -62,11 +62,12 @@ map X !$f # esac #}} +# *.[Pp][Dd][Ff]*) sioyek $fx;; + cmd open ${{ case "$f" in *.[Rr][Pp][Pp]*) reaper $fx;; - *.[Pp][Dd][Ff]*) sioyek $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;;