summaryrefslogtreecommitdiff
path: root/plugins/themes
diff options
context:
space:
mode:
authorAswath K <aswath.sana@gmail.com>2018-10-05 03:11:34 +0530
committerMarc Cornellà <marc.cornella@live.com>2018-10-04 23:41:34 +0200
commit2cb7bc7357ff70382bf15a775b534fd0fe559969 (patch)
treed928b2008d5b40806ba2319a35189b2a044aea48 /plugins/themes
parent759f682088073f1df2665abc541fb8d77ff9c4db (diff)
downloadzsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.gz
zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.bz2
zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.zip
Add READMEs to plugins: yum, mosh, themes (#7229)
Diffstat (limited to 'plugins/themes')
-rw-r--r--plugins/themes/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/themes/README.md b/plugins/themes/README.md
new file mode 100644
index 000000000..408e357e0
--- /dev/null
+++ b/plugins/themes/README.md
@@ -0,0 +1,18 @@
+# Themes Plugin
+
+This plugin allows you to change ZSH theme on the go.
+
+To use it, add `themes` to the plugins array in your zshrc file:
+
+```
+plugins=(... themes)
+```
+
+## Usage
+
+`theme <theme_name>` - Changes the ZSH theme to specified theme.
+
+`theme ` - Changes the ZSH theme to some random theme.
+
+`lstheme ` - Lists installed ZSH themes.
+