Add support for sublime 3

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
master
Gaetan Semet 13 years ago
parent 90c28b786a
commit ae1fe0029c
  1. 2
      plugins/sublime/sublime.plugin.zsh

@ -3,8 +3,10 @@
local _sublime_darwin_paths > /dev/null 2>&1
_sublime_darwin_paths=(
"/usr/local/bin/subl"
"$HOME/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
)

Loading…
Cancel
Save