diff options
author | Jay Schwerberg <jason@schwerberg.com> | 2019-03-05 22:34:31 -0800 |
---|---|---|
committer | Jason Schwerberg <jason@schwerberg.com> | 2019-04-26 11:26:33 -0700 |
commit | a46798b7903dab20adf48bcad7eb69de2c8ed8a7 (patch) | |
tree | 9ddcef9ccd13843f4ee8f67761671f163dcfc680 /plugins | |
parent | c7154e88396fec404edfc8b03899949a2ce284ba (diff) | |
download | zsh-a46798b7903dab20adf48bcad7eb69de2c8ed8a7.tar.gz zsh-a46798b7903dab20adf48bcad7eb69de2c8ed8a7.tar.bz2 zsh-a46798b7903dab20adf48bcad7eb69de2c8ed8a7.zip |
Update colorize README.md with env var details
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/colorize/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/colorize/README.md b/plugins/colorize/README.md index 71fa87861..d1f878e62 100644 --- a/plugins/colorize/README.md +++ b/plugins/colorize/README.md @@ -11,6 +11,12 @@ To use it, add colorize to the plugins array of your zshrc file: plugins=(... colorize) ``` +## Styles + +Pygments offers multiple styles. By default, the `default` style is used, but you can choose another theme by setting the `ZSH_COLORIZE_STYLE` environment variable: + +`ZSH_COLORIZE_STYLE="colorful"` + ## Usage * `ccat <file> [files]`: colorize the contents of the file (or files, if more than one are provided). |