mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-03-01 14:22:33 +01:00
fix: qvm-open-in-dvm does not require target
This commit is contained in:
parent
be906da205
commit
8c8c7d8e5a
@ -7,7 +7,7 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
if command -v qvm-open-in-dvm >/dev/null; then
|
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
|
elif test -n "${BROWSER-}"; then
|
||||||
"${BROWSER}" "$1"
|
"${BROWSER}" "$1"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user