commit 71be091310083c828fea31eeb32cdc7b162d9285 parent 8414847a0709bcf83b2f0bc198a5390ab5db6072 Author: wkj <devnull@localhost> Date: Sat, 3 Jul 2004 17:46:40 +0000 Vanilla Mozilla, too. Diffstat:
M | bin/web | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/web b/bin/web @@ -14,6 +14,9 @@ plumb1() *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac }