summaryrefslogtreecommitdiff
path: root/plugins/grc/README.md
blob: 515e876400152242b103ca42c96f82c06320c53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generic Colouriser plugin

This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):

To use it, add `grc` to the plugins array in your zshrc file:

```zsh
plugins=(... grc)
```

## Commands

The plugin sources the bundled alias generator from the installation, available at `/etc/grc.zsh`.
The complete list of wrapped commands may vary depending on the installed version of `grc`, look
at the file mentioned above (`/etc/grc.zsh`) to see which commands are wrapped.