mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
6 lines
185 B
Fish
6 lines
185 B
Fish
function subl --description 'Open Sublime Text 2'
|
|
if test -d "/Applications/Sublime Text 2.app"
|
|
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" $argv
|
|
end
|
|
end
|