0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +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
plugins/themes/_theme Normal file
View file

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