mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Added sublime text plugin that passes additional arguments to the app
This commit is contained in:
parent
af18e165d4
commit
1321ddc844
3
plugins/sublime/subl.fish
Normal file
3
plugins/sublime/subl.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function subl --description 'Open Sublime Text 2'
|
||||
"/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" $argv
|
||||
end
|
Loading…
Reference in New Issue
Block a user