diff --git a/plugins/repo/README.md b/plugins/repo/README.md index f82a610c5..0b77e6d48 100644 --- a/plugins/repo/README.md +++ b/plugins/repo/README.md @@ -1,4 +1,7 @@ ## repo **Maintainer:** [Stibbons](https://github.com/Stibbons) -* `thealias` aliases `thecontent` +This plugin mainly add support automatic completion for the repo command line tool: +http://code.google.com/p/git-repo/ + +* `r` aliases `repo` diff --git a/plugins/repo/repo.plugin.zsh b/plugins/repo/repo.plugin.zsh new file mode 100644 index 000000000..6d19c4999 --- /dev/null +++ b/plugins/repo/repo.plugin.zsh @@ -0,0 +1,2 @@ +# Aliases +#alias r='repo'