Commit e2d8e7a0 authored by Celso Miranda's avatar Celso Miranda Committed by Bruno Pinto

add sublime text 3 support for linux

now it works with sublime 3 on arch linux
parent dba43476
......@@ -5,6 +5,8 @@ function subl --description 'Open Sublime Text'
"/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 if test -x "/opt/sublime_text_3/sublime_text"
"/opt/sublime_text_3/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