You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
700 B
32 lines
700 B
10 years ago
|
Sublime Text
|
||
|
============
|
||
|
|
||
|
Checks for Sublime Text installations and adds aliases.
|
||
|
Port from https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sublime
|
||
|
|
||
|
Aliases
|
||
|
-------
|
||
|
|
||
|
## Sublime Text
|
||
|
|
||
|
### Linux
|
||
|
|
||
|
- `st_run` - runs Sublime Text
|
||
|
- `st` - runs Sublime Text
|
||
|
- `stt` - runs Sublime Text for current directory, the same as running `st .`
|
||
|
|
||
|
### OS X
|
||
|
|
||
|
- `subl` - runs Sublime Text
|
||
|
- `st` - runs Sublime Text
|
||
|
- `stt` - runs Sublime Text for current directory, the same as running `st .`
|
||
|
|
||
|
Authors
|
||
|
-------
|
||
|
|
||
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
||
|
|
||
|
- [Ricard Fredin](https://github.com/cordazar)
|
||
|
|
||
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|