Commit a46798b7 authored by Jay Schwerberg's avatar Jay Schwerberg Committed by Jason Schwerberg
Browse files

Update colorize README.md with env var details

parent c7154e88
......@@ -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).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment