diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-09-11 12:27:24 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-09-11 12:27:24 -0600 |
commit | 44cc53902935c693239611b06de02fc37ac4da62 (patch) | |
tree | 278cbbf8071e33776a3dfbfe484084136e6f791d /plugins/sublime/sublime.plugin.zsh | |
parent | 8620d4004c3391fa4f624ebf500eef8bcf32a52e (diff) | |
parent | 3667f94538c24ebaa9abd46e797a2610f3b67c5e (diff) | |
download | zsh-44cc53902935c693239611b06de02fc37ac4da62.tar.gz zsh-44cc53902935c693239611b06de02fc37ac4da62.tar.bz2 zsh-44cc53902935c693239611b06de02fc37ac4da62.zip |
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'plugins/sublime/sublime.plugin.zsh')
-rw-r--r-- | plugins/sublime/sublime.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sublime/sublime.plugin.zsh b/plugins/sublime/sublime.plugin.zsh index 179342595..618dd8ee8 100644 --- a/plugins/sublime/sublime.plugin.zsh +++ b/plugins/sublime/sublime.plugin.zsh @@ -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" ) |