diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-02-19 20:26:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 20:26:45 +0100 |
commit | bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b (patch) | |
tree | 66b959555d5227f0f9889c5347eb513a266bce22 /plugins/themes/_theme | |
parent | d76258ff554ea58d9865b9864f5fff1dd8d2e4bb (diff) | |
parent | 3d4890dcc07478e7129de1e79afedafd3f08ffbc (diff) | |
download | zsh-bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b.tar.gz zsh-bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b.tar.bz2 zsh-bc9fe7423f5d8c639b208ebb9a7dbfce078bfd9b.zip |
Merge pull request #8651 from mcornella/random-theme-refactor
Add random theme and consolidate logic from init and themes plugin
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" " "))" |