mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
update path for snapd /snap/bin/* which is used by Linux systems (#8752)
Co-authored-by: mark horsfield <markhfromakron@gmail.com>
This commit is contained in:
parent
f400ea1e57
commit
17be35d1d4
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ alias stn=create_project
|
|||
"/usr/local/bin/sublime_text"
|
||||
"/usr/bin/subl"
|
||||
"/usr/bin/subl3"
|
||||
"/snap/bin/subl"
|
||||
"/snap/bin/sublime-text.subl"
|
||||
)
|
||||
fi
|
||||
elif [[ "$OSTYPE" = darwin* ]]; then
|
||||
|
|
Loading…
Reference in a new issue