mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Add /usr/bin/subl path for who has linked sublime text there
This commit is contained in:
@@ -7,6 +7,7 @@ if [[ $('uname') == 'Linux' ]]; then
|
|||||||
"/opt/sublime_text/sublime_text"
|
"/opt/sublime_text/sublime_text"
|
||||||
"/usr/bin/sublime_text"
|
"/usr/bin/sublime_text"
|
||||||
"/usr/local/bin/sublime_text"
|
"/usr/local/bin/sublime_text"
|
||||||
|
"/usr/bin/subl"
|
||||||
)
|
)
|
||||||
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