|
|
|
@ -2,10 +2,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
local _sublime_darwin_paths > /dev/null 2>&1 |
|
|
|
local _sublime_darwin_paths > /dev/null 2>&1 |
|
|
|
_sublime_darwin_paths=( |
|
|
|
_sublime_darwin_paths=( |
|
|
|
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" |
|
|
|
"/usr/local/bin/subl" |
|
|
|
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" |
|
|
|
"$HOME/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" |
|
|
|
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" |
|
|
|
"$HOME/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" |
|
|
|
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" |
|
|
|
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" |
|
|
|
|
|
|
|
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
if [[ $('uname') == 'Linux' ]]; then |
|
|
|
if [[ $('uname') == 'Linux' ]]; then |
|
|
|
|