mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 20:38:17 +08:00
Add /usr/bin/subl path for who has linked sublime text there
This commit is contained in:
parent
75c02dd53e
commit
dbca185b05
|
@ -7,6 +7,7 @@ if [[ $('uname') == 'Linux' ]]; then
|
|||
"/opt/sublime_text/sublime_text"
|
||||
"/usr/bin/sublime_text"
|
||||
"/usr/local/bin/sublime_text"
|
||||
"/usr/bin/subl"
|
||||
)
|
||||
for _sublime_path in $_sublime_linux_paths; do
|
||||
if [[ -a $_sublime_path ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user