diff --git a/bin/web b/bin/web index a7615185..6fe66f96 100755 --- 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 }