Browse Source

Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3

Add sublime text 3 paths to check list
Robby Russell 9 years ago
parent
commit
a7784636d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/sublime/sublime.plugin.zsh

+ 2 - 0
plugins/sublime/sublime.plugin.zsh

@@ -9,6 +9,8 @@ if [[ $('uname') == 'Linux' ]]; then
         "/usr/bin/sublime_text"
         "/usr/local/bin/sublime_text"
         "/usr/bin/subl"
+        "/opt/sublime_text_3/sublime_text"
+        "/usr/bin/subl3"
     )
     for _sublime_path in $_sublime_linux_paths; do
         if [[ -a $_sublime_path ]]; then