Merge pull request #55 from CoffeeAndCode/sublime

Added Sublime Text 2 plugin
This commit is contained in:
Bruno 2013-08-08 10:57:19 -07:00
commit cac59a7bc4

View File

@ -0,0 +1,5 @@
function subl --description 'Open Sublime Text 2'
if test -d "/Applications/Sublime Text 2.app"
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" $argv
end
end