Add sublime text 3 paths to check list

This commit is contained in:
GunfighterJ 2015-05-25 16:02:26 -05:00
parent 140034605e
commit 0c8cb11d44
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ if [[ $('uname') == 'Linux' ]]; then
"/usr/bin/sublime_text"
"/usr/local/bin/sublime_text"
"/usr/bin/subl"
"/opt/sublime_text_3/sublime_text"
"/usr/bin/subl3"
)
for _sublime_path in $_sublime_linux_paths; do
if [[ -a $_sublime_path ]]; then