From 4065cb986a38a4152cfee734e2a4ba9100e0e37d Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 16 May 2011 02:33:10 +0200
Subject: [PATCH] Added zsh completion

---
 _vcsh | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 _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"
+	))'
-- 
2.39.5