Skip to content

Commit

Permalink
Merge pull request ohmyzsh#3929 from GunfighterJ/GunfighterJ-patch-su…
Browse files Browse the repository at this point in the history
…blime3

Add sublime text 3 paths to check list
  • Loading branch information
robbyrussell committed Jun 15, 2015
2 parents 78bbf7a + 0c8cb11 commit a778463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/sublime/sublime.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a778463

Please sign in to comment.