Skip to content

Commit

Permalink
Update path for osx to include some common paths not on the
Browse files Browse the repository at this point in the history
sublime text path by default.
  • Loading branch information
macite committed Nov 18, 2013
1 parent d627d5a commit bb88e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Bash.sublime-build
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"windows": {
"path" : "$path;c:\\mingw\\bin;c:\\mingw\\msys\\1.0\\bin",
"cmd" : ["bash", "--login", "-i", "-c", "cd \"$file_path\"; \"$file\""]
},

"osx": {
"path" : "$PATH:/usr/local/bin:/usr/X11R6/bin:/opt/X11/bin:/usr/texbin"
}
}

0 comments on commit bb88e79

Please sign in to comment.