Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
415be382
Commit
415be382
authored
Sep 04, 2020
by
Marc Cornellà
Browse files
sublime: add Sublime Text 4 path for macOS
Fixes #9153
parent
dc59c661
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
View file @
415be382
...
@@ -37,9 +37,11 @@ alias stn=create_project
...
@@ -37,9 +37,11 @@ alias stn=create_project
_sublime_paths
=(
_sublime_paths
=(
"/usr/local/bin/subl"
"/usr/local/bin/subl"
"/Applications/Sublime Text.app/Contents/SharedSupport/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 3.app/Contents/SharedSupport/bin/subl"
"/Applications/Sublime Text 2.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.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 3.app/Contents/SharedSupport/bin/subl"
"
$HOME
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
"
$HOME
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment