summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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-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-28Added cloudapp from @holman of @GitHub fameMatthew McCullough
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-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.
2011-05-28Node.js HelpersAndrew Hodges
Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).
2011-05-28Pow! Restart HelperAndrew Hodges
Add helper function to restart an app running on Pow!
2011-05-28Brew PluginAndrew Hodges
Merge completion with official brew completion. Add a helper to link official completion into oh-my-zsh plugin (without overwriting). Add an alias to list installed brews. Add brews to the path (in a somewhat strange way).
2011-05-28Gem List HelperAndrew Hodges
Add helper function to list gems in a pretty way (only with rvm, for now). Add missng EOF newline and a todo to the ruby plugin.
2011-05-28RVM Update HelpersAndrew Hodges
Add helper function to get rvm head. Add helper function to link zsh completion that comes with rvm into om-my-zsh plugin directory, but don't overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is better, but I want to be able to compare).
2011-05-28Helpful Listing AliasesAndrew Hodges
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28Ruby Switching HelpersAndrew Hodges
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180. Add completion definitions for helper functions.
2011-05-27Added compatibility for the linux 'stat' command for the ant pluginMartin Thurau
2011-05-26Merge pull request #345 from jacobat/masterRobby Russell
Autojump plugin
2011-05-26Merge pull request #139 from clauswitt/masterRobby Russell
Fixed an issue with the phing plugin
2011-05-26Merge pull request #118 from fwalch/gpg-agentRobby Russell
Added gpg-agent plugin
2011-05-24Adds oh-my-zsh plugin to load TaskWarrior completionsPete Clark
2011-05-24Adds the _task script included with TaskWarriorPete Clark
On my Ubuntu system this file was found in /usr/share/doc/task/scripts/zsh/_task.gz
2011-05-24Merge pull request #224 from Soliah/plugin-rvmRobby Russell
RVM Plugin
2011-05-19TextMate automatically forks into the backgroundJacob Atzen
2011-05-19Add autojump pluginJacob Atzen
2011-05-13Merge pull request #295 from alexrinass/apache2-macports-pluginRobby Russell
Added start/stop aliases for Apache 2 installation via macports.
2011-05-05Added Compleat - Completion for Human Beings plugin.Sorin Ionescu