diff options
author | Robby Russell <robby@planetargon.com> | 2012-12-02 12:50:40 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-12-02 12:50:40 -0800 |
commit | d19e01b14086319abae80e7624a8192025e88572 (patch) | |
tree | 32d1358247b1b832f0515bf53567adfbccb0d3e5 /plugins/themes/_theme | |
parent | 275e7cba8f2d02a650ff723f1c1e200e43a6dabb (diff) | |
parent | f7b1615b7cd6cd2088050a29f43650098eaba514 (diff) | |
download | zsh-d19e01b14086319abae80e7624a8192025e88572.tar.gz zsh-d19e01b14086319abae80e7624a8192025e88572.tar.bz2 zsh-d19e01b14086319abae80e7624a8192025e88572.zip |
Merge pull request #1191 from r-darwish/themes-plugin
Themes plugin
Diffstat (limited to 'plugins/themes/_theme')
-rw-r--r-- | plugins/themes/_theme | 3 |
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" " "))" |