summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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 '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-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-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-09bugfix - moved gem infoSven Lito
2010-10-09leaving out subcommands for nowSven Lito
2010-10-09adding comment and URL to github gemSven Lito
2010-10-09added git log incl. stats for the past 5 commitsSven Lito
2010-10-09adding github pluginSven Lito
2010-10-01Removing capistrano aliases/functions from rails plugin (since cap is not ↵Jake Bell
rails-specific).
2010-10-01adapt brew,gem,pip plugin to new structureDaniel Schauenberg
2010-10-01Merge remote branch 'origin/master' into restructure_pluginsDaniel Schauenberg
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.
2010-09-30Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into ↵Robby Russell
vivekprahlad-master
2010-09-30Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh ↵Robby Russell
into curiousstranger-dirpersist
2010-09-30Tidying up the spacing to bring in line with coding standardsRobby Russell
2010-09-30Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agentRobby Russell
2010-09-26Portable perl dirpersiststore because 'tail -r' doesn't work everywhere.Matt Cable
2010-09-26Add vi-mode plugin for vi-like editingTomas Kramar
2010-09-24ssh-agent modulegwjo
Implement a simple module that automatically launches the ssh-agent when you login and adds your default key. Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
2010-09-21Removed unportable (and unnecessary) grep flagsMatt Cable
2010-09-19Change zdirstore to variableMatt Cable
2010-09-19Added install instructionsMatt Cable
2010-09-19Added installation functionMatt Cable
2010-09-19Move dirpersist to pluginMatt Cable
2010-09-10Adding commentsVivek Prahlad
2010-09-10Adding a plugin with aliases for macportsVivek Prahlad
2010-09-01Merge branch 'pip_plugin'Daniel Schauenberg
2010-09-01Merge branch 'gem_plugin'Daniel Schauenberg
2010-09-01add pip completion and pluginDaniel Schauenberg
2010-09-01add gem completion function and pluginDaniel Schauenberg
2010-08-20fix problems with brew completionDaniel Schauenberg
- update plugin architecture - completion function in $ZSH/functions/brew - plugins/brew.plugin.zsh only activates
2010-08-19update brew plugin from homebrew contributionsDaniel Schauenberg
2010-06-10Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2010-06-10Adding a ggpnp which does a git pull followed by a git push.Robby Russell