diff --git a/bin/web b/bin/web index 5de67398..1028d125 100755 --- a/bin/web +++ b/bin/web @@ -27,7 +27,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-window)' ;; *firefox*) - $BROWSER -remote 'openURL('"$@"',new-tab)' || + $BROWSER --new-tab "$@" || $BROWSER "$@" ;; *mozilla*)