mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
[split] Move sublime plugin to oh-my-fish/plugin-sublime
https://github.com/oh-my-fish/plugin-sublime
This commit is contained in:
parent
3f3f082bc7
commit
6d2dcbdbf1
@ -1,17 +0,0 @@
|
|||||||
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
|
|
||||||
else if test -d "$HOME/Applications/Sublime Text.app"
|
|
||||||
eval "$HOME/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl" $argv
|
|
||||||
else if test -d "$HOME/Applications/Sublime Text 2.app"
|
|
||||||
eval "$HOME/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl" $argv
|
|
||||||
else if test -x "/opt/sublime_text/sublime_text"
|
|
||||||
"/opt/sublime_text/sublime_text" $argv
|
|
||||||
else if test -x "/opt/sublime_text_3/sublime_text"
|
|
||||||
"/opt/sublime_text_3/sublime_text" $argv
|
|
||||||
else
|
|
||||||
echo "No Sublime Text installation found"
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user