mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
d9ea260479
`lstheme` command used to list only the themes listed in `$ZSH/themes/` directory. This commit adds themes in `$ZSH_CUSTOM/themes/` also to the theme listings. |
||
---|---|---|
.. | ||
_theme | ||
README.md | ||
themes.plugin.zsh |
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.