diff options
Diffstat (limited to 'lf')
-rw-r--r-- | lf/lfrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ cmd open ${{ jnlp) javaws "$f" ;; + mp3|flac|webm|ogg) + mpv "$f" + ;; *) case $(file --mime-type "$f" -bL) in text/*|application/json) $EDITOR "$f" ;; |