diff options
| author | pks <pks@pks.rocks> | 2025-09-13 20:59:20 +0200 | 
|---|---|---|
| committer | pks <pks@pks.rocks> | 2025-09-13 20:59:20 +0200 | 
| commit | cf1306fdcc48353d756091596627a33fd3d2add0 (patch) | |
| tree | 9471bb5c590c50191f0400a645fe7818b7cffab1 /open-in-browser | |
| parent | 1f8ec503dec62b5bd3a3a85bd7393fbd6ccb76dd (diff) | |
Diffstat (limited to 'open-in-browser')
| -rwxr-xr-x | open-in-browser | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/open-in-browser b/open-in-browser index bb30c64..8c92e3c 100755 --- a/open-in-browser +++ b/open-in-browser @@ -2,9 +2,9 @@  if [[ $(uname) == "Darwin" ]]; then    if [[ $1 == http://* || $1 == https://* ]]; then -    osascript -e  "tell application \"Firefox\" to open location \"$1\"" +    osascript -e  "tell application \"Zen\" to open location \"$1\""    else -    open -a Firefox $1 +    open -a Zen $1    fi  else    firefox "$1" &>/dev/null & | 
