Browse Source

Added completion to the theme selection plugin

Roey Darwish Dror 13 years ago
parent
commit
f7b1615b7c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/themes/_theme

+ 3 - 0
plugins/themes/_theme

@@ -0,0 +1,3 @@
+#compdef theme
+
+_arguments "1: :($(lstheme | tr "\n" " "))"