Skip to content

Commit bb88e79

Browse files
committed
Update path for osx to include some common paths not on the
sublime text path by default.
1 parent d627d5a commit bb88e79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Bash.sublime-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"windows": {
66
"path" : "$path;c:\\mingw\\bin;c:\\mingw\\msys\\1.0\\bin",
77
"cmd" : ["bash", "--login", "-i", "-c", "cd \"$file_path\"; \"$file\""]
8+
},
9+
10+
"osx": {
11+
"path" : "$PATH:/usr/local/bin:/usr/X11R6/bin:/opt/X11/bin:/usr/texbin"
812
}
913
}

0 commit comments

Comments
 (0)