Skip to content

Commit 40e91d3

Browse files
committed
Merge pull request adampresley#29 from andystanton/osx-improvements
Add OSX Firefox entry & some OSX consistency improvements.
2 parents b915637 + 2d6a2f9 commit 40e91d3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

View In Browser.sublime-settings

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"platform": ".*",
77
"command": "firefox"
88
},
9+
{
10+
"osname": "posix",
11+
"platform": "darwin",
12+
"command": "open -a \"/Applications/Firefox.app\""
13+
},
914
{
1015
"osname": "nt",
1116
"platform": "win32",
@@ -16,7 +21,7 @@
1621
{
1722
"osname": "posix",
1823
"platform": "darwin",
19-
"command": "open -a safari"
24+
"command": "open -a \"/Applications/Safari.app\""
2025
}
2126
],
2227
"iexplore": [
@@ -27,11 +32,11 @@
2732
}
2833
],
2934
"chrome": [
30-
{
31-
"osname": "posix",
32-
"platform": "darwin",
33-
"command": "open -a \"/Applications/Google Chrome.app\""
34-
},
35+
{
36+
"osname": "posix",
37+
"platform": "darwin",
38+
"command": "open -a \"/Applications/Google Chrome.app\""
39+
},
3540
{
3641
"osname": "posix",
3742
"platform": "linux.*",

0 commit comments

Comments
 (0)