X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/50458be88285376612b5fc1ff45b1f96ee9a0930..4065cb986a38a4152cfee734e2a4ba9100e0e37d:/_vcsh 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" + ))'