Commit 0c8cb11d authored by GunfighterJ's avatar GunfighterJ
Browse files

Add sublime text 3 paths to check list

parent 14003460
...@@ -8,6 +8,8 @@ if [[ $('uname') == 'Linux' ]]; then ...@@ -8,6 +8,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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment