diff options
-rwxr-xr-x | bin/web | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ plumb1() *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac } |
index : plan9port.git | |
This is a port of many Plan 9 libraries and programs to Unix. [forked] | nobody |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/web | 3 |
@@ -14,6 +14,9 @@ plumb1() *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac } |