use new tab for firefox

This commit is contained in:
rsc 2004-04-19 05:52:12 +00:00
parent c57a7371ba
commit 25cb46f930

View file

@ -12,7 +12,7 @@ plumb1()
$BROWSER -remote 'openURL('$i', new-window)'
;;
*firefox*)
$BROWSER -remote 'openURL('$i', new-window)'
$BROWSER -remote 'openURL('$i', new-tab)'
;;
esac
}