mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3
Add sublime text 3 paths to check list
This commit is contained in:
@@ -9,6 +9,8 @@ if [[ $('uname') == 'Linux' ]]; then
|
|||||||
"/usr/bin/sublime_text"
|
"/usr/bin/sublime_text"
|
||||||
"/usr/local/bin/sublime_text"
|
"/usr/local/bin/sublime_text"
|
||||||
"/usr/bin/subl"
|
"/usr/bin/subl"
|
||||||
|
"/opt/sublime_text_3/sublime_text"
|
||||||
|
"/usr/bin/subl3"
|
||||||
)
|
)
|
||||||
for _sublime_path in $_sublime_linux_paths; do
|
for _sublime_path in $_sublime_linux_paths; do
|
||||||
if [[ -a $_sublime_path ]]; then
|
if [[ -a $_sublime_path ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user