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