mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Update colorize README.md with env var details
This commit is contained in:
parent
c7154e8839
commit
a46798b790
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ To use it, add colorize to the plugins array of your zshrc file:
|
||||||
plugins=(... colorize)
|
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
|
## Usage
|
||||||
|
|
||||||
* `ccat <file> [files]`: colorize the contents of the file (or files, if more than one are provided).
|
* `ccat <file> [files]`: colorize the contents of the file (or files, if more than one are provided).
|
||||||
|
|
Loading…
Reference in a new issue