Skip to content

Instantly share code, notes, and snippets.

@graybill
Created April 6, 2012 14:50
Show Gist options
  • Save graybill/2320520 to your computer and use it in GitHub Desktop.
Save graybill/2320520 to your computer and use it in GitHub Desktop.
Force subl command
subl()
{
/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl $1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment