X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/2448eecb5bee6131a84c688007eee74cc2f97ea7..9430c6d15909f3e058f0ef1dbdd27e5f3e650ff9:/_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" ))'