mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
use new tab for firefox
This commit is contained in:
parent
c57a7371ba
commit
25cb46f930
1 changed files with 1 additions and 1 deletions
2
bin/web
2
bin/web
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue