fix: qvm-open-in-dvm does not require target

This commit is contained in:
Ben Grande 2024-01-25 18:50:35 +01:00
parent be906da205
commit 8c8c7d8e5a
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -7,7 +7,7 @@
set -eu
if command -v qvm-open-in-dvm >/dev/null; then
qvm-open-in-dvm @default "$1"
qvm-open-in-dvm --view-only -- "$1"
elif test -n "${BROWSER-}"; then
"${BROWSER}" "$1"
else