summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2011-04-12added hub plugin from defunktTheodore Robert Campbell Jr
2011-04-12Added npm plugin.Sorin Ionescu
2011-04-12Using git-diff instead of git diffRobby Russell
2011-04-12Removing call to mate.Robby Russell
2011-04-12Fix `gdv`: make it a function, and use `view`.Daniel Hahler
I've changed it to use `view` instead of `vim -R` to make it hopefully more editor-agnostic.
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2011-04-03Further git completion improovementsJakub Nawalaniec
In detail: gup - now completes with remotes like git fetch would gdv - got git diff completions gc/gca - now zsh will suggest files in staging area gba - suggestions as for git branch
2011-04-03Completions are git subdommand-aware nowJakub Nawalaniec
2011-04-03Zsh will now complete git aliases with git stuffJakub Nawalaniec
2011-03-26Add a plugin to support kate the kde texteditorDaniel Wehner
2011-03-20Lein completionSankara Rameswaran
2011-03-16Merge branch 'ssh-agent-append-host-to-environment' of ↵Robby Russell
https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment
2011-03-16Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into ↵Robby Russell
AlexBio-master
2011-03-16Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into ↵Robby Russell
dbbolton-master
2011-03-15Add debian plugins fileDaniel Bolton
2011-03-14add Perl plugins fileDaniel Bolton
2011-03-13Add completion for port commandMatt Cable
2011-03-12add 'deb' plugin with Debian's apt aliasesAlessandro Ghedini
2011-03-12add completion plugin 'cpanm' for cpanminusAlessandro Ghedini
2011-03-12add 'lol' plugin (based on lolbash)Alessandro Ghedini
2011-03-01ssh-agent plugin now ends in "-$HOST" so an agent is started properly with ↵Theodore Robert Campbell Jr
nfs shared homes.
2011-02-23Add tab completion for rvm.Christopher Chow
2011-02-21Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into ↵Robby Russell
myronmarston-master
2011-02-21Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into ↵Robby Russell
medwezys-master
2011-02-18Add iTerm version of tab function (itab)Ben Langfeld
2011-02-18Make a cleaner version of the OS X tab functionBen Langfeld
2011-02-15Add bundler plugin with aliases.Myron Marston
2011-02-13fixed typo in rails3 plugin and added one alias for migrating and redoing ↵Tadas Tamošauskas
migration if it was successful
2011-01-14Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshClaus Witt
2011-01-14Merge branch 'typo' of https://github.com/papercavalier/oh-my-zsh into ↵Robby Russell
papercavalier-typo
2011-01-10Added svn info in prompt with plugin.Robin Ramael
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
2011-01-08Merge branch 'git' of https://github.com/papercavalier/oh-my-zsh into ↵Robby Russell
papercavalier-git
2010-12-20TypoHakan Ensari
2010-12-20Removed remote_console. It doesn't handle rvm, capistrano, and so on.Hakan Ensari
2010-12-20A rails3 plugin based on the rails pluginHakan Ensari
2010-12-20Aliased git checkout as `gco`Hakan Ensari
2010-12-20Fixed typoHakan Ensari
2010-11-25Added ant pluginClaus Witt
2010-11-25Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshClaus Witt
2010-11-19Merge branch 'fix-lighthouse-error-message' of ↵Robby Russell
https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
2010-11-19Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joercRobby Russell
2010-11-19Merge branch 'master' of https://github.com/FedyashevNikita/oh-my-zsh into ↵Robby Russell
FedyashevNikita-master
2010-11-17Removed the echo statement - no need for that.Claus Witt
2010-11-15improved formatting; redundant attributes deletedFedyashev Nikita
2010-11-15fixed formatting; dead code deletedFedyashev Nikita
2010-11-15vagrant plugin autocompletion - initial versionFedyashev Nikita
2010-11-09Added phing pluginClaus Witt
2010-11-02Fix lighthouse plugin error messageTom Stuart
2010-10-25command-not-found package in ubuntuJoseph Jon Booker
2010-10-15Added gpg-agent pluginFlorian Walch
Based on ssh-agent plugin.