summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-07-09utilize sublime's embedded command line binaryJosh Vermaire
2012-07-08escape whitespaceJosh Vermaire
2012-07-03Merge pull request #1122 from varunkvv/masterRobby Russell
sublime pluginn : Added alias for Sublime Text 2 on Linux
2012-07-03Merge pull request #1127 from a-b/masterRobby Russell
Added fasd plugin
2012-07-03Merge pull request #1193 from bameda/masterRobby Russell
[Plugin] Virtualenvwrapper: Added another path
2012-07-03Merge pull request #1209 from lwe/rbfu-pluginRobby Russell
provide plugin for rbfu (yet ruby version switcher)
2012-07-03Merge pull request #1170 from dipth/masterRobby Russell
Explicitly tell rbenv to use zsh
2012-07-03provide plugin for rbfu the ruby version switcherlukas
Evaluates $(rbfu --init --auto) if rbfu is installed on the system, also has a custom rbfu-rubies method which lists the installed rubies which are available to rbfu. For compatibility with themes, also creates the rvm_prompt_info function, so existing themes should work out of the box.
2012-06-28Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-25Added another pathDavid Barragan
2012-06-22added jexecVolker Pacher
2012-06-22added plugin for jrubyVolker Pacher
2012-06-22Merge pull request #1174 from insside/rbenv-homebrew-fixRobby Russell
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
2012-06-22Merge pull request #1173 from walkah/virtualenvwrapper-osx-fixRobby Russell
Readlink is different on OS X
2012-06-18sanitized code according to coding styleTima Maslyuchenko
2012-06-18rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folderTima Maslyuchenko
2012-06-18remove readlink call and clean upJames Walker
2012-06-18Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-16Explicitly tell rbenv to use zshThomas Dippel
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
2012-06-15Fixed unmached " in yum pluginRoey Darwish Dror
2012-06-13Merge pull request #980 from vmalloc/dircycle_pluginRobby Russell
Add dircycle plugin: enables cycling through the directory stack
2012-06-13Merge pull request #985 from pomaxa/masterRobby Russell
git plugin function
2012-06-13Merge pull request #1016 from fuksito/masterRobby Russell
Helpers for encoding/decoding base64
2012-06-13Merge pull request #1032 from r-darwish/suseRobby Russell
Added suse plugin
2012-06-13Merge pull request #1065 from ntpeters/patch-1Robby Russell
Added more aliases for yum
2012-06-13Merge pull request #1148 from erichmenge/git-flow-pluginRobby Russell
Add a couple of options for git-flow.
2012-06-13Merge pull request #239 from fred-o/masterRobby Russell
Maven and GNU Screen plugins
2012-06-13Merge pull request #1146 from westonplatter/masterRobby Russell
[rails3 plugin], add, rgm = rails generate migration
2012-06-13Merge pull request #1152 from mispy/virtualenvwrapperRobby Russell
Plugin for Python's virtualenvwrapper
2012-06-13Merge pull request #1155 from s3dev/s3devRobby Russell
Change hardcoded ~/.oh-my-zsh to $ZSH.
2012-06-12Change hardcoded ~/.oh-my-zsh to $ZSH.s3
2012-06-09Plugin which loads Python virtualenvwrapper and activates virtualenvs on cd ↵Jaiden Mispy
into git repos
2012-06-04Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-03Add a couple of options for git-flow.Erich Menge
2012-06-01rails3, added rgm = 'rails generate migration'Weston Platter
2012-06-01Removing ey command from bundled_commands. It is not usually bundled.Tim Littlemore
2012-05-31Merge pull request #1138 from amarraja/masterRobby Russell
Remove heroku from the bundler plugin
2012-05-31Merge pull request #1140 from mappleconfusers/pull_req_debianRobby Russell
Enhancements for the Debian Plugin
2012-05-29Add command to directly install the output of acsmapc
2012-05-29Make the $apt_pref variable evaluatet at alias expansion by using ↵mapc
single-quotes instad of double quotes
2012-05-29Prevent the heroku command from being automatically bundle-exec'ed Amar Raja
The heroku command should not be executed via bundler, see: https://github.com/heroku/heroku/issues/173
2012-05-24Fixed a bug in checking the platformVarun Vijayaraghavan
2012-05-23add fasd pluginAlexander Berezovsky
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-05-21Added zp and zps aliases for the SUSE pluginRoey Darwish Dror
2012-05-21Added suse pluginsRoey Darwish Dror
2012-05-20Merge pull request #1026 from dir01/patch-1Robby Russell
Python plugin: added pygrep command, simplified pyclean
2012-05-20Merge pull request #1079 from dylnhdsn/feature/sublime_text_pluginRobby Russell
added aliases for sublime text
2012-05-03Don't drop everything after a trailing slash, as this breaks standard svn ↵Mat Gadd
branches: ^/branches/featurename ^/releases/Release-vx.y ^/trunk
2012-04-22changed the alias to use to cli provided by sublime textDylan Hudson