Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active July 19, 2021 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewp-as-is/e3ae47e2eddc2041a72cd5677ae03990 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/e3ae47e2eddc2041a72cd5677ae03990 to your computer and use it in GitHub Desktop.
macOS default browser
#!/usr/bin/env bash
VERSIONER_PERL_PREFER_32_BIT=1 perl -MMac::InternetConfig -le 'print +(GetICHelper "http")[1]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment