Merge pull request #55 from CoffeeAndCode/sublime

Added Sublime Text 2 plugin
pull/2/head
Bruno 11 years ago
commit cac59a7bc4

@ -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
Loading…
Cancel
Save