mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-28 03:09:31 +08:00
Merge pull request #98 from joshuawarner32/add-subl-3
This commit is contained in:
commit
ba1b9ab0e8
|
@ -3,5 +3,9 @@ function subl --description 'Open Sublime Text'
|
|||
"/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 -x "/opt/sublime_text/sublime_text"
|
||||
"/opt/sublime_text/sublime_text" $argv
|
||||
else
|
||||
echo "No Sublime Text installation found"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user