X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/4065cb986a38a4152cfee734e2a4ba9100e0e37d..84a9200ba47abc57dcbb7bfc34c75a17a729e867:/_vcsh diff --git a/_vcsh b/_vcsh index 6a21605..5a14f64 100644 --- a/_vcsh +++ b/_vcsh @@ -1,12 +1,13 @@ #compdef vcsh +# use\:"use/enter repo" +# exit\:"exit repo" _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" + seed-gitignore\:"seed .gitignore.d/foo from git ls-files" ))'