diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-02-19 19:32:28 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-02-19 19:41:02 +0100 |
commit | f4b4a446aca37987bc2612d6115d156417628364 (patch) | |
tree | 7851b0ef5eb74c50a20c9b0d3a7f8eb48b9ee3fb /plugins/themes/_theme | |
parent | b297bf92964e04e24f960f4e38acdb9b740d2d9f (diff) | |
download | zsh-f4b4a446aca37987bc2612d6115d156417628364.tar.gz zsh-f4b4a446aca37987bc2612d6115d156417628364.tar.bz2 zsh-f4b4a446aca37987bc2612d6115d156417628364.zip |
Polish themes plugin and error out if theme not found
Diffstat (limited to 'plugins/themes/_theme')
-rw-r--r-- | plugins/themes/_theme | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/themes/_theme b/plugins/themes/_theme deleted file mode 100644 index 8214ddb0d..000000000 --- a/plugins/themes/_theme +++ /dev/null @@ -1,3 +0,0 @@ -#compdef theme - -_arguments "1: :($(lstheme | tr "\n" " "))" |