From 1f3770dbc5e0f7187c02319a2b40f2ffd841afbe Mon Sep 17 00:00:00 2001 From: fred-o Date: Fri, 15 Jun 2012 02:23:32 -0700 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Plugins.md b/Plugins.md index 6d8a63b..c85bf96 100644 --- a/Plugins.md +++ b/Plugins.md @@ -309,6 +309,11 @@ Adds tab-completion of Grails script names to the command line use of grails. L * macports - adds "port" command completion and aliases for running macports commands +## mvn +**Maintainer:** [fred-o][fred-o] + +* mvn - adds command line completion for apache maven + ## mysql-macports **Maintainer:** [robbyrussell][robbyrussell] @@ -380,6 +385,11 @@ Adds tab-completion of Grails script names to the command line use of grails. L After `rvm-update` (alias for `rvm get head; rvm reload`), run `rvm-link-completion` to make a symlink to the official zsh completion file that comes with rvm into your oh-my-zsh rvm plugin directory. +## screen +**Maintainer:** [fred-o][fred-o] + +* screen - automatic setting of window titles and status for [GNU Screen](http://www.gnu.org/software/screen/) + ## ssh-agent **Maintainer:** [robbyrussell][robbyrussell]