summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoey Darwish Dror <roey.ghost@gmail.com>2012-06-22 20:42:59 +0300
committerRoey Darwish Dror <roey.ghost@gmail.com>2012-06-22 20:43:39 +0300
commitf7b1615b7cd6cd2088050a29f43650098eaba514 (patch)
treed66268b1b40d238542269f2600e2173a399271cf
parent5e9a16b88a5cffe015101f992e29fa0d50027f5d (diff)
downloadzsh-f7b1615b7cd6cd2088050a29f43650098eaba514.tar.gz
zsh-f7b1615b7cd6cd2088050a29f43650098eaba514.tar.bz2
zsh-f7b1615b7cd6cd2088050a29f43650098eaba514.zip
Added completion to the theme selection plugin
-rw-r--r--plugins/themes/_theme3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/themes/_theme b/plugins/themes/_theme
new file mode 100644
index 000000000..8214ddb0d
--- /dev/null
+++ b/plugins/themes/_theme
@@ -0,0 +1,3 @@
+#compdef theme
+
+_arguments "1: :($(lstheme | tr "\n" " "))"