summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2011-07-19Merge pull request #483 from dreur/upstream-archlinux-pluginRobby Russell
Fix typo in archlinux plugin
2011-07-19Fix typoBenjamin Boudreau
2011-07-18Merge pull request #480 from PabloSerbo/masterRobby Russell
I've just read your coding standards and updated the code to match.
2011-07-18Bringing inline with oh-my-zsh coding convensionsPaul Serby
2011-07-17Merge pull request #474 from PabloSerbo/masterRobby Russell
Adding a completion plugin for cake the coffee-script
2011-07-17Merge pull request #452 from franklouwers/masterRobby Russell
chef "knife" plugin
2011-07-17Merge pull request #477 from totolici/patch-1Robby Russell
redis-cli plugin: fixed typo for one of the subcommands
2011-07-17Merge pull request #404 from gwjo/ssh-agentRobby Russell
ssh-agent improvements
2011-07-17Fixed typo for one of the subcommands (linset -> linsert)alexandru totolici
2011-07-16Added archlinux pluginBenjamin Boudreau
2011-07-16Completion for cake the coffee-script build toolPaul Serby
2011-07-15Merge pull request #370 from lepht/taskwarrior-pluginRobby Russell
Taskwarrior plugin
2011-07-15Merge pull request #451 from matthewmccullough/cloudapppluginRobby Russell
Added cloudapp from @holman of @GitHub fame
2011-07-14refactor _run-with-bundlerHakan Ensari
2011-07-13clean up rails plugin, removing bundler-specific logicHakan Ensari
2011-07-13alias bundle listHakan Ensari
2011-07-13merge bundler and bundle-exec pluginsHakan Ensari
2011-07-13fix indentationHakan Ensari
2011-07-13update bundled commandsHakan Ensari
2011-07-13Moved opening bracesBodo Tasche
2011-07-13forgot to rename one variableBodo Tasche
2011-07-13changed names of functions and variables to fit naming conventionsBodo Tasche
2011-07-13use lowercase for variablenamesBodo Tasche
2011-07-13Added bundler-exec pluginBodo Tasche
2011-06-30knife autocompletionFrank Louwers
2011-06-30added tip about vundle configutarion after git cloneMax Gonzih
2011-06-29vundle plugin refactoredMax Gonzih
first it checks existens of vundle plugin, if plugin dont exist run git clone
2011-06-28Added cloudapp from @holman of @GitHub fameMatthew McCullough
2011-06-21plugin for vundle (vim plugins managment system) that provide vundle,Max Gonzih
vundle-update and vundle-init aliases
2011-06-10Added mercurial plugin with aliases.ptrv
2011-06-09Add Django plugin.Marc Abramowitz
This is a slight modification of the Django zsh completions that I found at https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py
2011-06-05Included some essential aliases, inspired by http://lolcode.com/thunfischbrot
2011-06-04Add support for loading mulitple identitiesgwjo
2011-06-04Add support for agent forwardinggwjo
2011-06-04Fix typos in the svn plugin that would cause calls to 'svn' when not in an ↵Matt Doran
svn working copy.
2011-06-01Added gnu-utils plugin.Sorin Ionescu
2011-06-01Handle tar.xz and tar.lzma better (credit: @gwjo).Sorin Ionescu
2011-06-01Added extract plugin.Sorin Ionescu
2011-06-01Added man-preview completion suggested by @webflo.Sorin Ionescu
2011-06-01Vastly improved osx plugin.Sorin Ionescu
2011-06-01Replaced npm 0.x completion with 1.0 completion.Sorin Ionescu
2011-06-01Merge pull request #380 from brianjriddle/masterRobby Russell
fixes for ant plugin. tested on mac.
2011-05-31fix double -f and corrected format.Brian Riddle
-f%m was getting called twice in the stat_cmd corrected format of stat command from y to Y.
2011-05-30Remove Uneeded LinesAndrew Hodges
2011-05-30Rollback of Pull #366Andrew Hodges
sorin-ionescu had some good points.
2011-05-29Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into ↵Pete Clark
taskwarrior-plugin
2011-05-29Merge pull request #363 from Blattlaus/masterRobby Russell
Ant plugin: stat command doesn't work under linux
2011-05-28ThorAndrew Hodges
Add plugin with completion for thor.
2011-05-28CleanupAndrew Hodges
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
2011-05-28OS X HelpersAndrew Hodges
Add helper aliases for show/hide files. Add helper alias to recursively delete .DS_Store files.