mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-28 03:09:31 +08:00
Merge pull request #102 from talios/patch-1
Updated Sublime Plugin to support version 3
This commit is contained in:
commit
1d7a56177a
|
@ -1,5 +1,7 @@
|
|||
function subl --description 'Open Sublime Text 2'
|
||||
if test -d "/Applications/Sublime Text 2.app"
|
||||
function subl --description 'Open Sublime Text'
|
||||
if test -d "/Applications/Sublime Text.app"
|
||||
"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" $argv
|
||||
else if test -d "/Applications/Sublime Text 2.app"
|
||||
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" $argv
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user