Commit dbca185b authored by Arandi López's avatar Arandi López Committed by ncanceill
Browse files

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

parent 75c02dd5
...@@ -7,6 +7,7 @@ if [[ $('uname') == 'Linux' ]]; then ...@@ -7,6 +7,7 @@ if [[ $('uname') == 'Linux' ]]; then
"/opt/sublime_text/sublime_text" "/opt/sublime_text/sublime_text"
"/usr/bin/sublime_text" "/usr/bin/sublime_text"
"/usr/local/bin/sublime_text" "/usr/local/bin/sublime_text"
"/usr/bin/subl"
) )
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