diff options
Diffstat (limited to 'bin/web')
-rwxr-xr-x | bin/web | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ plumb1() ;; *firebird*) $BROWSER -remote 'openURL('$i', new-window)' + *firefox*) + $BROWSER -remote 'openURL('$i', new-window)' ;; esac } |