0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/themes
Aswath K d9ea260479 themes: add custom themes directory support to lstheme (#7236)
`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.
2018-10-08 18:25:20 +02: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 themes: add custom themes directory support to lstheme (#7236) 2018-10-08 18:25:20 +02: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.