1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Add READMEs to plugins: yum, mosh, themes (#7229)

This commit is contained in:
Aswath K
2018-10-05 03:11:34 +05:30
committed by Marc Cornellà
parent 759f682088
commit 2cb7bc7357
3 changed files with 55 additions and 0 deletions

18
plugins/themes/README.md Normal file
View File

@@ -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.