diff options
-rwxr-xr-x | bin/open | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,7 +69,7 @@ for f in "$@"; do vlc "$f" 1>&2 2>/dev/null & ;; *.flac|*.ogg|*.mkv|*.avi|*.mp4) - nohup mpv "$f" 1>&2 2>/dev/null & + vlc "$f" 1>&2 2>/dev/null & ;; http*|*.svg|*.html) "$BROWSER" "$f" @@ -81,7 +81,7 @@ for f in "$@"; do telescope "$f" ;; *.pdf|*.djvu|*.ps|*.epub) - nohup zathura "$f" 1>&2 2>/dev/null & + zathura "$f" 1>&2 2>/dev/null & ;; *.txt) less "$f" |