Commit 6986fb1c authored by Joshua Warner's avatar Joshua Warner Committed by Bruno Pinto

Implement subl for Linux (assuming a standard .deb install of v3)

parent 373195ef
......@@ -3,6 +3,8 @@ 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 if test -x "/opt/sublime_text/sublime_text"
"/opt/sublime_text/sublime_text" $argv
else
echo "No Sublime Text installation found"
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