aboutsummaryrefslogtreecommitdiff
path: root/.macos
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-15 08:51:09 +0800
committergxlin <[email protected]>2021-07-15 08:51:09 +0800
commitb731482680df4fcd19cb3627180bbe4ea2372820 (patch)
tree87d0a193c54030b690907ea7076c674a702d2371 /.macos
parent43b356933766807cff3cce9dda6955469f4df49c (diff)
downloaddotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.gz
dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.tar.bz2
dotfiles-b731482680df4fcd19cb3627180bbe4ea2372820.zip
More config
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'