From: Richard Hartmann Date: Mon, 16 May 2011 00:33:10 +0000 (+0200) Subject: Added zsh completion X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/4065cb986a38a4152cfee734e2a4ba9100e0e37d?pf=code Added zsh completion --- diff --git a/_vcsh b/_vcsh new file mode 100644 index 0000000..6a21605 --- /dev/null +++ b/_vcsh @@ -0,0 +1,12 @@ +#compdef vcsh + +_arguments \ + ':subcommand:(( + help\:"display help" + list\:"list all repos" + use\:"use/enter repo" + run\:"run command on repo" + init\:"init & clone from repo" + clone\:"clone from repo" + exit\:"exit repo" + ))'