Add /usr/bin/subl path for who has linked sublime text there

This commit is contained in:
Arandi López 2014-06-21 20:29:05 -05:00
commit f7c186dbaa

View file

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