From be068b61305ce2929c88ea22c568da0f830daed5 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Tue, 30 Sep 2014 18:15:09 +0900 Subject: [PATCH] Add 'root' subcommand completion --- zsh/_ghq | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/_ghq b/zsh/_ghq index 7a2f9495..6e5a2405 100644 --- a/zsh/_ghq +++ b/zsh/_ghq @@ -63,6 +63,7 @@ __ghq_commands () { 'list:List local repositories' 'look:Look into a local repository' 'import:Import repositories from other web services' + "root:Returns repositories' root" 'help:Shows a list of commands or help for one command' )