summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-01-18added a rake plugin to disable zsh file globbing when calling rake tasks ↵max sharples
with square brackets
2012-01-17fix bundler plugin for root level foldersJeff Wallace
this fix allows _within-bundled-project() to properly pickup a Gemfile within a root level folder (ie. /my_project)
2012-01-16Add Thor to bundled commandsNicolas Cavigneaux
2012-01-16Removed the assignments to fpath as well, since that's all handled in the ↵Daniel Bye
.oh-my-zsh/oh-my-zsh.sh boot script.
2012-01-16Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshfred-o
2012-01-13Removed calls to compinit in the extract and the bundler plugins. compinit ↵Daniel Bye
should only be called once, after all modules, libs, etc are imported.
2012-01-10check if autojump is installedCalogero Lo Leggio
2012-01-09Merge pull request #784 from lnxbil/967e84ebaa180ad2ab1eebc9a512f94d93e84aeaRobby Russell
multiple version should also be highlighted
2012-01-09Merge pull request #806 from OutPunk/terminalapp-pluginRobby Russell
Apple Terminal.app resume directory plugin
2012-01-09Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'Chad Seeger
2012-01-06add annotatelucapette
2012-01-05remove the -v flag from a few mercurial aliasesMark Drago
The -v flag for these commands really isn't very useful. It will output some information about the hooks it is running, but that is generally not useful and just noisy. The desire to add -v to these commands is exceptional and IMHO it's better to make the common case of not seeing those messages the supported behavior.
2012-01-05Git Plugin: adds 'grhh' alias for 'git reset HEAD --hard'Chad Seeger
2012-01-05Apple Terminal.app resume directory pluginAlexander Madyankin
2012-01-03autojump plugin enhancedCalogero Lo Leggio
2012-01-02Merge pull request #785 from simonjefford/patch-1Robby Russell
bundler plugin - don't "bundle exec rails"
2012-01-02Fixed the rfind command in the ruby pluginPatrick Lindborg
2011-12-29bundler plugin - don't "bundle exec rails" Simon Jefford
As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
2011-12-29multiple versions could occur and should also be highlightedAndreas Steinel
2011-12-26Merge pull request #679 from ornicar/officialRobby Russell
Add yaourt --sucre alias in archlinux plugin
2011-12-26Merge pull request #671 from peterhoeg/31cddcd32427a5f5d3daa0da168d39aba5b510b4Robby Russell
fix: rbenv plugin - gemset.
2011-12-26Merge pull request #688 from alexstrat/masterRobby Russell
Plugin : autocomplete for Jake
2011-12-26Merge pull request #693 from dreur/upstream-debian-apt-historyRobby Russell
Add apt-history function to debian plugin
2011-12-26Merge pull request #702 from sirech/fix-bundle-complRobby Russell
Pull request #594 was not really correct
2011-12-26Merge pull request #710 from moutten/patch-1Robby Russell
Add the --format tag to knife list commands
2011-12-26Merge pull request #669 from peterhoeg/f/batteryRobby Russell
add: battery plugin
2011-12-26Merge pull request #747 from ilikenwf/1a49f6443c0230b8e182294546ed9ef2a5110bf2Robby Russell
Add sprunge.us uploader - uses files, pipes, etc and posts to a minimalistic pastebin
2011-12-23Added alias gcm='git checkout masterAlexander Balashov
2011-12-19Merge pull request #752 from andrewtch/symfony2-completionRobby Russell
Symfony 2 completion
2011-12-19Merge pull request #757 from cwjohnston/knife-environmentsRobby Russell
Add support for chef environments in knife plugin
2011-12-18adding support for chef environments in knife pluginCameron Johnston
2011-12-18Symfony 2 completionAndrew Tch
2011-12-15add sprunge.us pastebin uploader - uses files, or pipesMatt Parnell
2011-12-14Merge pull request #343 from giddie/plugin-wakeonlanRobby Russell
Plugin to make WOL nice & easy
2011-12-14Merge pull request #743 from c089/autojump-macportsRobby Russell
add support for autojump installed via macports
2011-12-14Merge pull request #734 from maxpersson/726-pip-completionRobby Russell
Added brute force package completion to pip plugin
2011-12-14Merge pull request #701 from kirs/masterRobby Russell
Rails Migrations support in Rails3 plugin
2011-12-14add support for autojump installed via macportsChristoph Neuroth
2011-12-08Merge branch 'master' of git@github.com:fred-o/oh-my-zshFredrik Appelberg
Conflicts: .gitignore
2011-12-07Added message when caching packagesMax Persson
2011-12-07Added caching of packagesMax Persson
2011-12-07Added brute force package completin on install subcommandMax Persson
2011-12-06Adding critical security patch to let you all know I'm on top of this shit. ↵Robby Russell
add 'nyan' to your plugins... then run for security upgrade.
2011-12-02Jake-node plugin : updateLachèze Alexandre
- remove the need to write a `jake_tasks` in the directory - use most recent usage of completion with zsh - tested for MacOSX and Ubuntu
2011-11-27allow django-manage completion. http://pypi.python.org/pypi/DjangoDevKitGael Pasgrimaud
2011-11-24Only alias git=hub if `hub --version` works.Daniel Hahler
`hub` is crashing for me on a old CentOS setup with "undefined method `shelljoin'". On first use of the `git` function it is now checked if `hub --version` returns successfully.
2011-11-16Add the --format tag to knife list commands Matt Outten
This commit adds the --format tag to all of the autocompletion functions. The default format changed from json to a "human readable" format as of version 0.10. This change should be backward compatible. Alternatively, these commands could be simplified by using the new default human readable format.
2011-11-09FIX: commands like ruby and rake where not being completedMario Fernandez
2011-11-09Rails Migrations supportKir Shatrov
2011-11-07Add apt-history to debian pluginBenjamin Boudreau