diff options
Diffstat (limited to 'bin')
-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 } |