aboutsummaryrefslogtreecommitdiff
path: root/.macos
diff options
context:
space:
mode:
Diffstat (limited to '.macos')
-rw-r--r--.macos4
1 files changed, 4 insertions, 0 deletions
diff --git a/.macos b/.macos
new file mode 100644
index 0000000..3d556f3
--- /dev/null
+++ b/.macos
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+export BROWSER='open -a safari'
+[ -d /Applications/Firefox.app ] && export BROWSER='open -a firefox'