0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/themes
Willy Weiskopf 6adad5c300 Move random theme functionality into "random" theme
The statements for selecting a random theme in oh-my-zsh.sh and the themes
plugin are duplicate. Most people eventually settle on a theme, making those
lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put
the random theme functionality into a theme of its own (since themes are just
zsh scripts.
2020-02-19 18:20:28 +01:00
..
_theme Added completion to the theme selection plugin 2012-06-22 20:43:39 +03:00
README.md Add READMEs to plugins: yum, mosh, themes (#7229) 2018-10-04 23:41:34 +02:00
themes.plugin.zsh Move random theme functionality into "random" theme 2020-02-19 18:20:28 +01:00

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.