Skip to content

Instantly share code, notes, and snippets.

@cj
Created February 16, 2012 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cj/801c5fac14fe6f0441db to your computer and use it in GitHub Desktop.
Save cj/801c5fac14fe6f0441db to your computer and use it in GitHub Desktop.
{
// Override this in your own
// `Packages/User/Shell Turtlestein.sublime-commands` file.
"cmd_config": [{
"exec_args": {
"path": "/usr/local/bin:$PATH"
}
}],
"input_widget": {
// overridden for silly non-unixy OSes
"syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment