Commit a7784636 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3

Add sublime text 3 paths to check list
parents 78bbf7a6 0c8cb11d
......@@ -9,6 +9,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
......
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