X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/2448eecb5bee6131a84c688007eee74cc2f97ea7..c9ea249c48750be6524c67a9bc362fabe2226949:/_vcsh diff --git a/_vcsh b/_vcsh index fce8794..4fe1e5f 100644 --- a/_vcsh +++ b/_vcsh @@ -1,6 +1,7 @@ #compdef vcsh # use\:"use/enter repo" +# exit\:"exit repo" _arguments \ ':subcommand:(( help\:"display help" @@ -8,5 +9,4 @@ _arguments \ run\:"run command on repo" init\:"init & clone from repo" clone\:"clone from repo" - exit\:"exit repo" ))'