Browse Source

Add /usr/bin/subl path for who has linked sublime text there

Arandi López 10 years ago
parent
commit
dbca185b05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/sublime/sublime.plugin.zsh

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

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