diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/web | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ plumbapple() none) open "$@" ;; + *google-chrome*) + open -a "Google Chrome" "$@" + ;; *) open -a "$BROWSER" "$@" ;; |