summaryrefslogtreecommitdiff
path: root/bin/openlink
diff options
context:
space:
mode:
Diffstat (limited to 'bin/openlink')
-rwxr-xr-xbin/openlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/openlink b/bin/openlink
index 7e8eb03..52c9e63 100755
--- a/bin/openlink
+++ b/bin/openlink
@@ -2,4 +2,4 @@
url=${1:-"about:blank"}
-firefox -a firefox -remote "openURL($url,new-tab)" || firefox "$url"
+firefox --new-tab $url || firefox "$url"