diff options
author | Aswath K <aswath.sana@gmail.com> | 2018-10-05 03:11:34 +0530 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-04 23:41:34 +0200 |
commit | 2cb7bc7357ff70382bf15a775b534fd0fe559969 (patch) | |
tree | d928b2008d5b40806ba2319a35189b2a044aea48 /plugins/themes/README.md | |
parent | 759f682088073f1df2665abc541fb8d77ff9c4db (diff) | |
download | zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.gz zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.bz2 zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.zip |
Add READMEs to plugins: yum, mosh, themes (#7229)
Diffstat (limited to 'plugins/themes/README.md')
-rw-r--r-- | plugins/themes/README.md | 18 |
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. + |