Created
April 6, 2012 14:50
-
-
Save graybill/2320520 to your computer and use it in GitHub Desktop.
Force subl command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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