Commit 1d7a5617 authored by Bruno's avatar Bruno

Merge pull request #102 from talios/patch-1

Updated Sublime Plugin to support version 3
parents 14788bcd 2038421b
function subl --description 'Open Sublime Text 2'
if test -d "/Applications/Sublime Text 2.app"
function subl --description 'Open Sublime Text'
if test -d "/Applications/Sublime Text.app"
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" $argv
else if test -d "/Applications/Sublime Text 2.app"
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" $argv
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment