1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 06:43:29 +02:00

Added completion to the theme selection plugin

This commit is contained in:
Roey Darwish Dror
2012-06-22 20:42:59 +03:00
parent 5e9a16b88a
commit f7b1615b7c
+3
View File
@@ -0,0 +1,3 @@
#compdef theme
_arguments "1: :($(lstheme | tr "\n" " "))"