Creates subl command line shortcut to launch Sublime Text editor for Oh My Fish.
Note: You need to have
Sublime Textinstalled.
$ omf install sublimeIf your Sublime Text app is in a non-standard location, you can add specify the path to subl in your config.fish:
set -g SUBL_PATH "/Applications/Desarrollo/Sublime Text.app/Contents/SharedSupport/bin/subl"$ subl [options] [file ...] edit the given files
$ subl [options] [directory ...] open the given directories
$ subl [options] - edit stdin
$ subl --help get help :)