diff options
-rwxr-xr-x | browser | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,10 +40,10 @@ elif [[ "$platform" == "Darwin" ]]; then case "$1" in *tmp/pks/mutt/*) cp $1 $1.html - open -j -a "Firefox" "$1.html" + open -g -j -a "Firefox" "$1.html" ;; *) - open -j -a "Firefox" "$1" + open -g -j -a "Firefox" "$1" ;; esac return 0 |