aboutsummaryrefslogtreecommitdiff
path: root/bin/web
diff options
context:
space:
mode:
Diffstat (limited to 'bin/web')
-rwxr-xr-xbin/web3
1 files changed, 3 insertions, 0 deletions
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
}