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 | |
| Plan 9 from User Space (with patches) |
| summaryrefslogtreecommitdiffstats |
| -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 } |