Commit 373195ef authored by Joshua Warner's avatar Joshua Warner Committed by Bruno Pinto

Detect / Launch both Sublime Text 2 and 3

parent 04011838
......@@ -3,5 +3,7 @@ function subl --description 'Open Sublime Text'
"/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
else
echo "No Sublime Text installation found"
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