Vanilla Mozilla, too.

This commit is contained in:
wkj 2004-07-03 17:46:40 +00:00
parent 8414847a07
commit 71be091310

View file

@ -14,6 +14,9 @@ plumb1()
*firefox*)
$BROWSER -remote 'openURL('$i', new-tab)'
;;
*mozilla*)
$BROWSER -remote 'openURL('$i', new-tab)'
;;
esac
}