Skip to content

Commit

Permalink
sublime: add Sublime Text 4 path for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed Sep 4, 2020
1 parent dc59c66 commit 415be38
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 @@ -37,9 +37,11 @@ alias stn=create_project
_sublime_paths=(
"/usr/local/bin/subl"
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 4.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 4.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl"
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
)
Expand Down

0 comments on commit 415be38

Please sign in to comment.