summaryrefslogtreecommitdiff
path: root/plugins/sublime
AgeCommit message (Collapse)Author
2014-07-23Use $OSTYPE instead of uname to speed things upChristian Höltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2014-06-28Add /usr/bin/subl path for who has linked sublime text thereArandi López
2014-05-29Removed unnecessary execute permissions for some pluginsTheodore Kokkoris
2014-03-02Integrate changes from #1841.Kaiwen Xu
2014-03-02Fixed sublime plugin behaviors.Kaiwen Xu
- Fixed subl search path order in Mac because Sublime Text 3 is named Sublime Text.app by default instead of Sublime Text 3.app and they are mostly likely to be placed in /Applications instead of $HOME/Applications. - Fixed sublime text binary path in Linux. The sublime_text binary installed by Ubuntu installer is placed in /opt/sublime_text/sublime_text instead of /usr/bin/sublime_text. - Use zsh's built-in process detach syntax instead of nohup.
2013-11-17Add support for sublime 3Gaetan Semet
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-09-05Sublime Text: Harmonize alias with the Sublime Text install instructionsPaul Melnikow
The typical command is `subl`, not `st`. Leaving both for backward compatibility. See http://www.sublimetext.com/docs/2/osx_command_line.html
2013-04-29Change sublime text path select priority on mac.Kaiwen Xu
User changed symbolic link for sublime binary is now top priority, since this allows users to actually specify which version of sublime they want to use. Sublime text 2 binary has higher priority over sublime text (3) binary, since sublime text 2 is considered more stable.
2013-04-23Merge pull request #1704 from laggyluke/st3Robby Russell
Support for Sublime Text 3
2013-04-10Support for Sublime Text 3George Miroshnykov
2013-04-07Prevents echo of _sublime_darwin_paths contentsdsx
2013-02-08Support for Sublime Text 3, with fallbackIan MacLeod
2012-12-04Merge pull request #1454 from gAmUssA/patch-4Robby Russell
Update plugins/sublime/sublime.plugin.zsh
2012-12-02Merge pull request #1259 from bwl/sublime-fixRobby Russell
Adding logic for ~/Applications folder installs of Sublime Text 2
2012-12-02Update plugins/sublime/sublime.plugin.zshViktor Gamov
updated run sublime on linux with parameters 
2012-11-05Update plugins/sublime/sublime.plugin.zsh汤凯 Kevin Tong
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
2012-07-29Adding logic for ~/Applications folder installs of Sublime Text 2bwl
2012-07-09utilize sublime's embedded command line binaryJosh Vermaire
2012-07-08escape whitespaceJosh Vermaire
2012-05-24Fixed a bug in checking the platformVarun Vijayaraghavan
2012-05-21Add Sublime Text 2 alias for Linux.Varun Vijayaraghavan
Detects the platform using "uname", and sets the alias accordingly. If you are using Linux, this assumes that you have created a symbolic link to /usr/bin/sublime_text.
2012-04-22changed the alias to use to cli provided by sublime textDylan Hudson
2012-04-19added aliases for sublime textDylan Hudson